Html Css Color HEX #C88408 Dark Goldenrod

📋 copy color: '#C88408'

red 200 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C88408

Tints of Dark Goldenrod #C88408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 58.82%
G = 38.82%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C88408 (or 0xC88408) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 08. RGB value is (200,132,8). Sum of RGB (Red+Green+Blue) = 200+132+8=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C88408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88408 is #377BF7. Grayscale: #8A8A8A. Windows color (decimal): -3636216 or 558280. OLE color: 558280.

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

Color convert

RGB 200 132 8 -
CMYK 0 0.34 0.96 0.22
HSL 38.75º 0.92% 0.41% -
HSV(B) 38.75º 0.96% 0.78% -
XYZ 32.11 28.8 4.1 -
YUV 138.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 200 132 8 0 0.34 0.96 0.22 38.75 0.92 0.41
Hex C8 84 8 0 22 60 16 27 5C 29
Octal 310 204 10 0 42 140 26 47 134 51
Binary 11001000 10000100 1000 0 100010 1100000 10110 100111 1011100 101001

Color Harmonies of #C88408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88408

Black with #C88408

Text Example


Text Example

White with #C88408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88408; }

 p { color: rgb(200,132,8); }

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

background-color css

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

 a { background-color: rgb(200,132,8); }

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

border-color css

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

 span { border-color: rgb(200,132,8); }

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