Html Css Color HEX #CA8917 Dark Goldenrod

📋 copy color: '#CA8917'

red 202 ◦ green 137 ◦ blue 23

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

Shades of Dark Goldenrod #CA8917

Tints of Dark Goldenrod #CA8917

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 55.8%
G = 37.85%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA8917 (or 0xCA8917) is known color: Dark Goldenrod. HEX triplet: CA, 89 and 17. RGB value is (202,137,23). Sum of RGB (Red+Green+Blue) = 202+137+23=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8917 is #3576E8. Grayscale: #8F8F8F. Windows color (decimal): -3503849 or 1542602. OLE color: 1542602.

HSL color Cylindrical-coordinate representation of color #CA8917: hue angle of 38.21º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA8917 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 137 23 -
CMYK 0 0.32 0.89 0.21
HSL 38.21º 0.8% 0.44% -
HSV(B) 38.21º 0.89% 0.79% -
XYZ 33.46 30.51 4.94 -
YUV 143.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 202 137 23 0 0.32 0.89 0.21 38.21 0.8 0.44
Hex CA 89 17 0 20 59 15 26 50 2C
Octal 312 211 27 0 40 131 25 46 120 54
Binary 11001010 10001001 10111 0 100000 1011001 10101 100110 1010000 101100

Color Harmonies of #CA8917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8917

Black with #CA8917

Text Example


Text Example

White with #CA8917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8917; }

 p { color: rgb(202,137,23); }

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

background-color css

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

 a { background-color: rgb(202,137,23); }

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

border-color css

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

 span { border-color: rgb(202,137,23); }

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