Html Css Color HEX #CA8A08 Dark Goldenrod

📋 copy color: '#CA8A08'

red 202 ◦ green 138 ◦ blue 8

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

Shades of Dark Goldenrod #CA8A08

Tints of Dark Goldenrod #CA8A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

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

R = 58.05%
G = 39.66%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA8A08 (or 0xCA8A08) is known color: Dark Goldenrod. HEX triplet: CA, 8A and 08. RGB value is (202,138,8). Sum of RGB (Red+Green+Blue) = 202+138+8=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8A08 is #3575F7. Grayscale: #8E8E8E. Windows color (decimal): -3503608 or 559818. OLE color: 559818.

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

Color convert

RGB 202 138 8 -
CMYK 0 0.32 0.96 0.21
HSL 40.21º 0.92% 0.41% -
HSV(B) 40.21º 0.96% 0.79% -
XYZ 33.49 30.75 4.4 -
YUV 142.32 52.2 170.57 -
System Red Green Blue C M Y K H S L
Decimal 202 138 8 0 0.32 0.96 0.21 40.21 0.92 0.41
Hex CA 8A 8 0 20 60 15 28 5C 29
Octal 312 212 10 0 40 140 25 50 134 51
Binary 11001010 10001010 1000 0 100000 1100000 10101 101000 1011100 101001

Color Harmonies of #CA8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A08

Black with #CA8A08

Text Example


Text Example

White with #CA8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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