Html Css Color HEX #C68F05 Dark Goldenrod

📋 copy color: '#C68F05'

red 198 ◦ green 143 ◦ blue 5

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

Shades of Dark Goldenrod #C68F05

Tints of Dark Goldenrod #C68F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 57.23%
G = 41.33%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C68F05 (or 0xC68F05) is known color: Dark Goldenrod. HEX triplet: C6, 8F and 05. RGB value is (198,143,5). Sum of RGB (Red+Green+Blue) = 198+143+5=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68F05 is #3970FA. Grayscale: #909090. Windows color (decimal): -3764475 or 364486. OLE color: 364486.

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

Color convert

RGB 198 143 5 -
CMYK 0 0.28 0.97 0.22
HSL 42.9º 0.95% 0.4% -
HSV(B) 42.9º 0.97% 0.78% -
XYZ 33.14 31.66 4.51 -
YUV 143.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 198 143 5 0 0.28 0.97 0.22 42.9 0.95 0.4
Hex C6 8F 5 0 1C 61 16 2B 5F 28
Octal 306 217 5 0 34 141 26 53 137 50
Binary 11000110 10001111 101 0 11100 1100001 10110 101011 1011111 101000

Color Harmonies of #C68F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F05

Black with #C68F05

Text Example


Text Example

White with #C68F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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