Html Css Color HEX #C67A00 Dark Goldenrod

📋 copy color: '#C67A00'

red 198 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #C67A00

Tints of Dark Goldenrod #C67A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

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

R = 61.88%
G = 38.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C67A00 (or 0xC67A00) is known color: Dark Goldenrod. HEX triplet: C6, 7A and 00. RGB value is (198,122,0). Sum of RGB (Red+Green+Blue) = 198+122+0=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A00 is #3985FF. Grayscale: #838383. Windows color (decimal): -3769856 or 31430. OLE color: 31430.

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

Color convert

RGB 198 122 0 -
CMYK 0 0.38 1 0.22
HSL 36.97º 1% 0.39% -
HSV(B) 36.97º 1% 0.78% -
XYZ 30.25 25.92 3.41 -
YUV 130.82 54.18 175.92 -
System Red Green Blue C M Y K H S L
Decimal 198 122 0 0 0.38 1 0.22 36.97 1 0.39
Hex C6 7A 0 0 26 64 16 25 64 27
Octal 306 172 0 0 46 144 26 45 144 47
Binary 11000110 1111010 0 0 100110 1100100 10110 100101 1100100 100111

Color Harmonies of #C67A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A00

Black with #C67A00

Text Example


Text Example

White with #C67A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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