Html Css Color HEX #C68F01 Dark Goldenrod

📋 copy color: '#C68F01'

red 198 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #C68F01

Tints of Dark Goldenrod #C68F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 57.89%
G = 41.81%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C68F01 (or 0xC68F01) is known color: Dark Goldenrod. HEX triplet: C6, 8F and 01. RGB value is (198,143,1). Sum of RGB (Red+Green+Blue) = 198+143+1=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68F01 is #3970FE. Grayscale: #8F8F8F. Windows color (decimal): -3764479 or 102342. OLE color: 102342.

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

Color convert

RGB 198 143 1 -
CMYK 0 0.28 0.99 0.22
HSL 43.25º 0.99% 0.39% -
HSV(B) 43.25º 0.99% 0.78% -
XYZ 33.12 31.65 4.39 -
YUV 143.26 47.72 167.05 -
System Red Green Blue C M Y K H S L
Decimal 198 143 1 0 0.28 0.99 0.22 43.25 0.99 0.39
Hex C6 8F 1 0 1C 63 16 2B 63 27
Octal 306 217 1 0 34 143 26 53 143 47
Binary 11000110 10001111 1 0 11100 1100011 10110 101011 1100011 100111

Color Harmonies of #C68F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F01

Black with #C68F01

Text Example


Text Example

White with #C68F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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