Html Css Color HEX #C68B03 Dark Goldenrod

📋 copy color: '#C68B03'

red 198 ◦ green 139 ◦ blue 3

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

Shades of Dark Goldenrod #C68B03

Tints of Dark Goldenrod #C68B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.88%

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

R = 58.24%
G = 40.88%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C68B03 (or 0xC68B03) is known color: Dark Goldenrod. HEX triplet: C6, 8B and 03. RGB value is (198,139,3). Sum of RGB (Red+Green+Blue) = 198+139+3=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B03 is #3974FC. Grayscale: #8D8D8D. Windows color (decimal): -3765501 or 232390. OLE color: 232390.

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

Color convert

RGB 198 139 3 -
CMYK 0 0.30 0.98 0.22
HSL 41.85º 0.97% 0.39% -
HSV(B) 41.85º 0.98% 0.78% -
XYZ 32.54 30.48 4.25 -
YUV 141.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 198 139 3 0 0.30 0.98 0.22 41.85 0.97 0.39
Hex C6 8B 3 0 1E 62 16 2A 61 27
Octal 306 213 3 0 36 142 26 52 141 47
Binary 11000110 10001011 11 0 11110 1100010 10110 101010 1100001 100111

Color Harmonies of #C68B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B03

Black with #C68B03

Text Example


Text Example

White with #C68B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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