Html Css Color HEX #CD9700 Gamboge

📋 copy color: '#CD9700'

red 205 ◦ green 151 ◦ blue 0

#CD9700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CD9700

Tints of Gamboge #CD9700

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 value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD9700 (or 0xCD9700) is known color: 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

RGB 205 151 0 -
CMYK 0 0.26 1 0.20
HSL 44.2º 1% 0.4% -
HSV(B) 44.2º 1% 0.8% -
XYZ 36.24 35.11 4.87 -
YUV 149.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 205 151 0 0 0.26 1 0.20 44.2 1 0.4
Hex CD 97 0 0 1A 64 14 2C 64 28
Octal 315 227 0 0 32 144 24 54 144 50
Binary 11001101 10010111 0 0 11010 1100100 10100 101100 1100100 101000

Color Harmonies of #CD9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9700

Black with #CD9700

Text Example


Text Example

White with #CD9700

Text Example


Text Example

HTML Codes & Css Web 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>