Html Css Color HEX #C88A05 Dark Goldenrod

📋 copy color: '#C88A05'

red 200 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #C88A05

Tints of Dark Goldenrod #C88A05

RGB

 RED value IS 200 (78.52% from 255) = 58.31%

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 58.31%
G = 40.23%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C88A05 (or 0xC88A05) is known color: Dark Goldenrod. HEX triplet: C8, 8A and 05. RGB value is (200,138,5). Sum of RGB (Red+Green+Blue) = 200+138+5=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A05 is #3775FA. Grayscale: #8D8D8D. Windows color (decimal): -3634683 or 363208. OLE color: 363208.

HSL color Cylindrical-coordinate representation of color #C88A05: hue angle of 40.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C88A05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 5 -
CMYK 0 0.31 0.98 0.22
HSL 40.92º 0.95% 0.4% -
HSV(B) 40.92º 0.98% 0.78% -
XYZ 32.94 30.47 4.29 -
YUV 141.38 51.04 169.81 -
System Red Green Blue C M Y K H S L
Decimal 200 138 5 0 0.31 0.98 0.22 40.92 0.95 0.4
Hex C8 8A 5 0 1F 62 16 29 5F 28
Octal 310 212 5 0 37 142 26 51 137 50
Binary 11001000 10001010 101 0 11111 1100010 10110 101001 1011111 101000

Color Harmonies of #C88A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A05

Black with #C88A05

Text Example


Text Example

White with #C88A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A05; }

 p { color: rgb(200,138,5); }

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

background-color css

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

 a { background-color: rgb(200,138,5); }

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

border-color css

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

 span { border-color: rgb(200,138,5); }

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