Html Css Color HEX #C67905 Dark Goldenrod

📋 copy color: '#C67905'

red 198 ◦ green 121 ◦ blue 5

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

Shades of Dark Goldenrod #C67905

Tints of Dark Goldenrod #C67905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 61.11%
G = 37.35%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67905 (or 0xC67905) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 05. RGB value is (198,121,5). Sum of RGB (Red+Green+Blue) = 198+121+5=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C67905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67905 is #3986FA. Grayscale: #838383. Windows color (decimal): -3770107 or 358854. OLE color: 358854.

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

Color convert

RGB 198 121 5 -
CMYK 0 0.39 0.97 0.22
HSL 36.06º 0.95% 0.4% -
HSV(B) 36.06º 0.97% 0.78% -
XYZ 30.15 25.69 3.51 -
YUV 130.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 198 121 5 0 0.39 0.97 0.22 36.06 0.95 0.4
Hex C6 79 5 0 27 61 16 24 5F 28
Octal 306 171 5 0 47 141 26 44 137 50
Binary 11000110 1111001 101 0 100111 1100001 10110 100100 1011111 101000

Color Harmonies of #C67905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67905

Black with #C67905

Text Example


Text Example

White with #C67905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67905; }

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

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

background-color css

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

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

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

border-color css

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

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

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