Html Css Color HEX #C67F02 Dark Goldenrod

📋 copy color: '#C67F02'

red 198 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #C67F02

Tints of Dark Goldenrod #C67F02

RGB

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

 GREEN value IS 127 (50% from 255) = 38.84%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 60.55%
G = 38.84%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67F02 (or 0xC67F02) is known color: Dark Goldenrod. HEX triplet: C6, 7F and 02. RGB value is (198,127,2). Sum of RGB (Red+Green+Blue) = 198+127+2=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67F02 is #3980FD. Grayscale: #868686. Windows color (decimal): -3768574 or 163782. OLE color: 163782.

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

Color convert

RGB 198 127 2 -
CMYK 0 0.36 0.99 0.22
HSL 38.27º 0.98% 0.39% -
HSV(B) 38.27º 0.99% 0.78% -
XYZ 30.89 27.19 3.68 -
YUV 133.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 198 127 2 0 0.36 0.99 0.22 38.27 0.98 0.39
Hex C6 7F 2 0 24 63 16 26 62 27
Octal 306 177 2 0 44 143 26 46 142 47
Binary 11000110 1111111 10 0 100100 1100011 10110 100110 1100010 100111

Color Harmonies of #C67F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F02

Black with #C67F02

Text Example


Text Example

White with #C67F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F02; }

 p { color: rgb(198,127,2); }

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

background-color css

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

 a { background-color: rgb(198,127,2); }

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

border-color css

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

 span { border-color: rgb(198,127,2); }

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