Html Css Color HEX #C67E00 Dark Goldenrod

📋 copy color: '#C67E00'

red 198 ◦ green 126 ◦ blue 0

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

Shades of Dark Goldenrod #C67E00

Tints of Dark Goldenrod #C67E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.11%
G = 38.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C67E00 (or 0xC67E00) is known color: Dark Goldenrod. HEX triplet: C6, 7E and 00. RGB value is (198,126,0). Sum of RGB (Red+Green+Blue) = 198+126+0=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E00 is #3981FF. Grayscale: #858585. Windows color (decimal): -3768832 or 32454. OLE color: 32454.

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

Color convert

RGB 198 126 0 -
CMYK 0 0.36 1 0.22
HSL 38.18º 1% 0.39% -
HSV(B) 38.18º 1% 0.78% -
XYZ 30.75 26.93 3.58 -
YUV 133.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 198 126 0 0 0.36 1 0.22 38.18 1 0.39
Hex C6 7E 0 0 24 64 16 26 64 27
Octal 306 176 0 0 44 144 26 46 144 47
Binary 11000110 1111110 0 0 100100 1100100 10110 100110 1100100 100111

Color Harmonies of #C67E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E00

Black with #C67E00

Text Example


Text Example

White with #C67E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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