Html Css Color HEX #C28C03 Dark Goldenrod

📋 copy color: '#C28C03'

red 194 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #C28C03

Tints of Dark Goldenrod #C28C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 57.57%
G = 41.54%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28C03 (or 0xC28C03) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 03. RGB value is (194,140,3). Sum of RGB (Red+Green+Blue) = 194+140+3=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C03 is #3D73FC. Grayscale: #8D8D8D. Windows color (decimal): -4027389 or 232642. OLE color: 232642.

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

Color convert

RGB 194 140 3 -
CMYK 0 0.28 0.98 0.24
HSL 43.04º 0.97% 0.39% -
HSV(B) 43.04º 0.98% 0.76% -
XYZ 31.64 30.23 4.25 -
YUV 140.53 50.39 166.14 -
System Red Green Blue C M Y K H S L
Decimal 194 140 3 0 0.28 0.98 0.24 43.04 0.97 0.39
Hex C2 8C 3 0 1C 62 18 2B 61 27
Octal 302 214 3 0 34 142 30 53 141 47
Binary 11000010 10001100 11 0 11100 1100010 11000 101011 1100001 100111

Color Harmonies of #C28C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C03

Black with #C28C03

Text Example


Text Example

White with #C28C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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