Html Css Color HEX #C67E05 Dark Goldenrod

📋 copy color: '#C67E05'

red 198 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #C67E05

Tints of Dark Goldenrod #C67E05

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

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

R = 60.18%
G = 38.3%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67E05 (or 0xC67E05) is known color: Dark Goldenrod. HEX triplet: C6, 7E and 05. RGB value is (198,126,5). Sum of RGB (Red+Green+Blue) = 198+126+5=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E05 is #3981FA. Grayscale: #868686. Windows color (decimal): -3768827 or 360134. OLE color: 360134.

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

Color convert

RGB 198 126 5 -
CMYK 0 0.36 0.97 0.22
HSL 37.62º 0.95% 0.4% -
HSV(B) 37.62º 0.97% 0.78% -
XYZ 30.78 26.94 3.72 -
YUV 133.73 55.35 173.84 -
System Red Green Blue C M Y K H S L
Decimal 198 126 5 0 0.36 0.97 0.22 37.62 0.95 0.4
Hex C6 7E 5 0 24 61 16 26 5F 28
Octal 306 176 5 0 44 141 26 46 137 50
Binary 11000110 1111110 101 0 100100 1100001 10110 100110 1011111 101000

Color Harmonies of #C67E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E05

Black with #C67E05

Text Example


Text Example

White with #C67E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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