Html Css Color HEX #C68F03 Dark Goldenrod

📋 copy color: '#C68F03'

red 198 ◦ green 143 ◦ blue 3

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

Shades of Dark Goldenrod #C68F03

Tints of Dark Goldenrod #C68F03

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

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

R = 57.56%
G = 41.57%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C68F03 (or 0xC68F03) is known color: Dark Goldenrod. HEX triplet: C6, 8F and 03. RGB value is (198,143,3). Sum of RGB (Red+Green+Blue) = 198+143+3=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68F03 is #3970FC. Grayscale: #909090. Windows color (decimal): -3764477 or 233414. OLE color: 233414.

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

Color convert

RGB 198 143 3 -
CMYK 0 0.28 0.98 0.22
HSL 43.08º 0.97% 0.39% -
HSV(B) 43.08º 0.98% 0.78% -
XYZ 33.13 31.66 4.45 -
YUV 143.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 198 143 3 0 0.28 0.98 0.22 43.08 0.97 0.39
Hex C6 8F 3 0 1C 62 16 2B 61 27
Octal 306 217 3 0 34 142 26 53 141 47
Binary 11000110 10001111 11 0 11100 1100010 10110 101011 1100001 100111

Color Harmonies of #C68F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F03

Black with #C68F03

Text Example


Text Example

White with #C68F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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