Html Css Color HEX #CA8C08 Dark Goldenrod

📋 copy color: '#CA8C08'

red 202 ◦ green 140 ◦ blue 8

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

Shades of Dark Goldenrod #CA8C08

Tints of Dark Goldenrod #CA8C08

RGB

 RED value IS 202 (79.3% from 255) = 57.71%

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 57.71%
G = 40%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA8C08 (or 0xCA8C08) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 08. RGB value is (202,140,8). Sum of RGB (Red+Green+Blue) = 202+140+8=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C08 is #3573F7. Grayscale: #909090. Windows color (decimal): -3503096 or 560330. OLE color: 560330.

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

Color convert

RGB 202 140 8 -
CMYK 0 0.31 0.96 0.21
HSL 40.82º 0.92% 0.41% -
HSV(B) 40.82º 0.96% 0.79% -
XYZ 33.78 31.33 4.5 -
YUV 143.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 202 140 8 0 0.31 0.96 0.21 40.82 0.92 0.41
Hex CA 8C 8 0 1F 60 15 29 5C 29
Octal 312 214 10 0 37 140 25 51 134 51
Binary 11001010 10001100 1000 0 11111 1100000 10101 101001 1011100 101001

Color Harmonies of #CA8C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C08

Black with #CA8C08

Text Example


Text Example

White with #CA8C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C08; }

 p { color: rgb(202,140,8); }

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

background-color css

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

 a { background-color: rgb(202,140,8); }

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

border-color css

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

 span { border-color: rgb(202,140,8); }

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