Html Css Color HEX #C78103 Dark Goldenrod

📋 copy color: '#C78103'

red 199 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #C78103

Tints of Dark Goldenrod #C78103

RGB

 RED value IS 199 (78.13% from 255) = 60.12%

 GREEN value IS 129 (50.78% from 255) = 38.97%

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

R = 60.12%
G = 38.97%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C78103 (or 0xC78103) is known color: Dark Goldenrod. HEX triplet: C7, 81 and 03. RGB value is (199,129,3). Sum of RGB (Red+Green+Blue) = 199+129+3=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C78103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78103 is #387EFC. Grayscale: #888888. Windows color (decimal): -3702525 or 229831. OLE color: 229831.

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

Color convert

RGB 199 129 3 -
CMYK 0 0.35 0.98 0.22
HSL 38.57º 0.97% 0.4% -
HSV(B) 38.57º 0.98% 0.78% -
XYZ 31.42 27.85 3.81 -
YUV 135.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 199 129 3 0 0.35 0.98 0.22 38.57 0.97 0.4
Hex C7 81 3 0 23 62 16 27 61 28
Octal 307 201 3 0 43 142 26 47 141 50
Binary 11000111 10000001 11 0 100011 1100010 10110 100111 1100001 101000

Color Harmonies of #C78103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78103

Black with #C78103

Text Example


Text Example

White with #C78103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78103; }

 p { color: rgb(199,129,3); }

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

background-color css

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

 a { background-color: rgb(199,129,3); }

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

border-color css

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

 span { border-color: rgb(199,129,3); }

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