Html Css Color HEX #CA7B08 Dark Goldenrod

📋 copy color: '#CA7B08'

red 202 ◦ green 123 ◦ blue 8

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

Shades of Dark Goldenrod #CA7B08

Tints of Dark Goldenrod #CA7B08

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

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

R = 60.66%
G = 36.94%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA7B08 (or 0xCA7B08) is known color: Dark Goldenrod. HEX triplet: CA, 7B and 08. RGB value is (202,123,8). Sum of RGB (Red+Green+Blue) = 202+123+8=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B08 is #3584F7. Grayscale: #868686. Windows color (decimal): -3507448 or 555978. OLE color: 555978.

HSL color Cylindrical-coordinate representation of color #CA7B08: hue angle of 35.57º 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 #CA7B08 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 123 8 -
CMYK 0 0.39 0.96 0.21
HSL 35.57º 0.92% 0.41% -
HSV(B) 35.57º 0.96% 0.79% -
XYZ 31.48 26.74 3.73 -
YUV 133.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 202 123 8 0 0.39 0.96 0.21 35.57 0.92 0.41
Hex CA 7B 8 0 27 60 15 24 5C 29
Octal 312 173 10 0 47 140 25 44 134 51
Binary 11001010 1111011 1000 0 100111 1100000 10101 100100 1011100 101001

Color Harmonies of #CA7B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B08

Black with #CA7B08

Text Example


Text Example

White with #CA7B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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