Html Css Color HEX #C88A03 Dark Goldenrod

📋 copy color: '#C88A03'

red 200 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #C88A03

Tints of Dark Goldenrod #C88A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 58.65%
G = 40.47%
B = 0.88%

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

#C88A03 (or 0xC88A03) is known color: Dark Goldenrod. HEX triplet: C8, 8A and 03. RGB value is (200,138,3). Sum of RGB (Red+Green+Blue) = 200+138+3=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A03 is #3775FC. Grayscale: #8D8D8D. Windows color (decimal): -3634685 or 232136. OLE color: 232136.

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

Color convert

RGB 200 138 3 -
CMYK 0 0.31 0.98 0.22
HSL 41.12º 0.97% 0.4% -
HSV(B) 41.12º 0.99% 0.78% -
XYZ 32.92 30.46 4.23 -
YUV 141.15 50.04 169.98 -
System Red Green Blue C M Y K H S L
Decimal 200 138 3 0 0.31 0.98 0.22 41.12 0.97 0.4
Hex C8 8A 3 0 1F 62 16 29 61 28
Octal 310 212 3 0 37 142 26 51 141 50
Binary 11001000 10001010 11 0 11111 1100010 10110 101001 1100001 101000

Color Harmonies of #C88A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A03

Black with #C88A03

Text Example


Text Example

White with #C88A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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