Html Css Color HEX #CDA204 Gamboge

📋 copy color: '#CDA204'

red 205 ◦ green 162 ◦ blue 4

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

Shades of Gamboge #CDA204

Tints of Gamboge #CDA204

RGB

 RED value IS 205 (80.47% from 255) = 55.26%

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 55.26%
G = 43.67%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA204 (or 0xCDA204) is known color: Gamboge. HEX triplet: CD, A2 and 04. RGB value is (205,162,4). Sum of RGB (Red+Green+Blue) = 205+162+4=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA204 is #325DFB. Grayscale: #9D9D9D. Windows color (decimal): -3300860 or 303821. OLE color: 303821.

HSL color Cylindrical-coordinate representation of color #CDA204: hue angle of 47.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDA204 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 4 -
CMYK 0 0.21 0.98 0.20
HSL 47.16º 0.96% 0.41% -
HSV(B) 47.16º 0.98% 0.8% -
XYZ 38.12 38.83 5.6 -
YUV 156.85 41.75 162.35 -
System Red Green Blue C M Y K H S L
Decimal 205 162 4 0 0.21 0.98 0.20 47.16 0.96 0.41
Hex CD A2 4 0 15 62 14 2F 60 29
Octal 315 242 4 0 25 142 24 57 140 51
Binary 11001101 10100010 100 0 10101 1100010 10100 101111 1100000 101001

Color Harmonies of #CDA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA204

Black with #CDA204

Text Example


Text Example

White with #CDA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA204; }

 p { color: rgb(205,162,4); }

 H1.HeaderClassName
 {
   color: #CDA204;
 }
 .AnyTagClassName
 {
   color: #CDA204;
 }
</style>

background-color css

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

 a { background-color: rgb(205,162,4); }

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

border-color css

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

 span { border-color: rgb(205,162,4); }

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