#CD9700

Color #CD9700 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #CD9700

Tints of Gamboge #CD9700

Color information

#CD9700 (or 0xCD9700) is unknown color: approx Gamboge. HEX triplet: CD, 97 and 00. RGB value is (205,151,0). Sum of RGB (Red+Green+Blue) = 205+151+0=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9700 is #3268FF. Grayscale: #969696. Windows color (decimal): -3303680 or 38861. OLE color: 38861.

HSL color Cylindrical-coordinate representation of color #CD9700: hue angle of 44.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD9700 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB2051510-
CMYK00.2610.20
HSL44.2º100%40.2%-
HSV(B)44.2º100%80.39%-
XYZ36.2435.114.87-
YUV149.9343.39167.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 57.58%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.58%
G=42.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205151000.2610.2044.210040.2
HexCD97001A64142c6428
Octal3152270032144245414450
Binary110011011001011100110101100100101001011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9700; }

 p { color: rgb(205,151,0); }

 H1.HeaderClassName
 {
   color: #CD9700;
 }
 .AnyTagClassName
 {
   color: #CD9700;
 }
</style>
background-color css

<style>
 a { background-color: #CD9700; }

 a { background-color: rgb(205,151,0); }

 div.DivClassName
 {
   background-color: #CD9700;
 }
 .BgClassName
 {
   background-color: #CD9700;
 }
</style>
border-color css

<style>
 span { border-color: #CD9700; }

 span { border-color: rgb(205,151,0); }

 td.TdClassName
 {
   border-color: #CD9700;
 }
 .TagClassName
 {
   border-color: #CD9700;
 }
</style>