Html Css Color HEX #C68103 Dark Goldenrod

📋 copy color: '#C68103'

red 198 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #C68103

Tints of Dark Goldenrod #C68103

RGB

 RED value IS 198 (77.73% from 255) = 60%

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

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

R = 60%
G = 39.09%
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

#C68103 (or 0xC68103) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 03. RGB value is (198,129,3). Sum of RGB (Red+Green+Blue) = 198+129+3=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C68103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68103 is #397EFC. Grayscale: #878787. Windows color (decimal): -3768061 or 229830. OLE color: 229830.

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

Color convert

RGB 198 129 3 -
CMYK 0 0.35 0.98 0.22
HSL 38.77º 0.97% 0.39% -
HSV(B) 38.77º 0.98% 0.78% -
XYZ 31.16 27.71 3.79 -
YUV 135.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 198 129 3 0 0.35 0.98 0.22 38.77 0.97 0.39
Hex C6 81 3 0 23 62 16 27 61 27
Octal 306 201 3 0 43 142 26 47 141 47
Binary 11000110 10000001 11 0 100011 1100010 10110 100111 1100001 100111

Color Harmonies of #C68103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68103

Black with #C68103

Text Example


Text Example

White with #C68103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68103; }

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

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

background-color css

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

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

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

border-color css

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

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

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