Html Css Color HEX #C28A03 Dark Goldenrod

📋 copy color: '#C28A03'

red 194 ◦ green 138 ◦ blue 3

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

Shades of Dark Goldenrod #C28A03

Tints of Dark Goldenrod #C28A03

RGB

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

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

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

R = 57.91%
G = 41.19%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C28A03 (or 0xC28A03) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 03. RGB value is (194,138,3). Sum of RGB (Red+Green+Blue) = 194+138+3=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A03 is #3D75FC. Grayscale: #8B8B8B. Windows color (decimal): -4027901 or 232130. OLE color: 232130.

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

Color convert

RGB 194 138 3 -
CMYK 0 0.29 0.98 0.24
HSL 42.41º 0.97% 0.39% -
HSV(B) 42.41º 0.98% 0.76% -
XYZ 31.35 29.65 4.16 -
YUV 139.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 194 138 3 0 0.29 0.98 0.24 42.41 0.97 0.39
Hex C2 8A 3 0 1D 62 18 2A 61 27
Octal 302 212 3 0 35 142 30 52 141 47
Binary 11000010 10001010 11 0 11101 1100010 11000 101010 1100001 100111

Color Harmonies of #C28A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A03

Black with #C28A03

Text Example


Text Example

White with #C28A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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