Html Css Color HEX #C88B05 Dark Goldenrod

📋 copy color: '#C88B05'

red 200 ◦ green 139 ◦ blue 5

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

Shades of Dark Goldenrod #C88B05

Tints of Dark Goldenrod #C88B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

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

R = 58.14%
G = 40.41%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C88B05 (or 0xC88B05) is known color: Dark Goldenrod. HEX triplet: C8, 8B and 05. RGB value is (200,139,5). Sum of RGB (Red+Green+Blue) = 200+139+5=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B05 is #3774FA. Grayscale: #8E8E8E. Windows color (decimal): -3634427 or 363464. OLE color: 363464.

HSL color Cylindrical-coordinate representation of color #C88B05: hue angle of 41.23º 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 #C88B05 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 5 -
CMYK 0 0.30 0.98 0.22
HSL 41.23º 0.95% 0.4% -
HSV(B) 41.23º 0.98% 0.78% -
XYZ 33.08 30.76 4.34 -
YUV 141.96 50.71 169.4 -
System Red Green Blue C M Y K H S L
Decimal 200 139 5 0 0.30 0.98 0.22 41.23 0.95 0.4
Hex C8 8B 5 0 1E 62 16 29 5F 28
Octal 310 213 5 0 36 142 26 51 137 50
Binary 11001000 10001011 101 0 11110 1100010 10110 101001 1011111 101000

Color Harmonies of #C88B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B05

Black with #C88B05

Text Example


Text Example

White with #C88B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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