Html Css Color HEX #C28003 Dark Goldenrod

📋 copy color: '#C28003'

red 194 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #C28003

Tints of Dark Goldenrod #C28003

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

 GREEN value IS 128 (50.39% from 255) = 39.38%

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

R = 59.69%
G = 39.38%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28003 (or 0xC28003) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 03. RGB value is (194,128,3). Sum of RGB (Red+Green+Blue) = 194+128+3=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C28003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28003 is #3D7FFC. Grayscale: #868686. Windows color (decimal): -4030461 or 229570. OLE color: 229570.

HSL color Cylindrical-coordinate representation of color #C28003: hue angle of 39.27º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C28003 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 3 -
CMYK 0 0.34 0.98 0.24
HSL 39.27º 0.97% 0.39% -
HSV(B) 39.27º 0.98% 0.76% -
XYZ 29.98 26.91 3.7 -
YUV 133.48 54.37 171.16 -
System Red Green Blue C M Y K H S L
Decimal 194 128 3 0 0.34 0.98 0.24 39.27 0.97 0.39
Hex C2 80 3 0 22 62 18 27 61 27
Octal 302 200 3 0 42 142 30 47 141 47
Binary 11000010 10000000 11 0 100010 1100010 11000 100111 1100001 100111

Color Harmonies of #C28003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28003

Black with #C28003

Text Example


Text Example

White with #C28003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28003; }

 p { color: rgb(194,128,3); }

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

background-color css

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

 a { background-color: rgb(194,128,3); }

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

border-color css

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

 span { border-color: rgb(194,128,3); }

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