Html Css Color HEX #C88A0D Dark Goldenrod

📋 copy color: '#C88A0D'

red 200 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #C88A0D

Tints of Dark Goldenrod #C88A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 56.98%
G = 39.32%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C88A0D (or 0xC88A0D) is known color: Dark Goldenrod. HEX triplet: C8, 8A and 0D. RGB value is (200,138,13). Sum of RGB (Red+Green+Blue) = 200+138+13=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A0D is #3775F2. Grayscale: #8E8E8E. Windows color (decimal): -3634675 or 887496. OLE color: 887496.

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

Color convert

RGB 200 138 13 -
CMYK 0 0.31 0.94 0.22
HSL 40.11º 0.88% 0.42% -
HSV(B) 40.11º 0.94% 0.78% -
XYZ 32.98 30.49 4.53 -
YUV 142.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 200 138 13 0 0.31 0.94 0.22 40.11 0.88 0.42
Hex C8 8A D 0 1F 5E 16 28 58 2A
Octal 310 212 15 0 37 136 26 50 130 52
Binary 11001000 10001010 1101 0 11111 1011110 10110 101000 1011000 101010

Color Harmonies of #C88A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A0D

Black with #C88A0D

Text Example


Text Example

White with #C88A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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