Html Css Color HEX #CE7F00 Dark Goldenrod

📋 copy color: '#CE7F00'

red 206 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #CE7F00

Tints of Dark Goldenrod #CE7F00

RGB

 RED value IS 206 (80.86% from 255) = 61.86%

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

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

R = 61.86%
G = 38.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE7F00 (or 0xCE7F00) is known color: Dark Goldenrod. HEX triplet: CE, 7F and 00. RGB value is (206,127,0). Sum of RGB (Red+Green+Blue) = 206+127+0=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F00 is #3180FF. Grayscale: #888888. Windows color (decimal): -3244288 or 32718. OLE color: 32718.

HSL color Cylindrical-coordinate representation of color #CE7F00: hue angle of 36.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE7F00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 0 -
CMYK 0 0.38 1 0.19
HSL 36.99º 1% 0.4% -
HSV(B) 36.99º 1% 0.81% -
XYZ 33.04 28.3 3.72 -
YUV 136.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 206 127 0 0 0.38 1 0.19 36.99 1 0.4
Hex CE 7F 0 0 26 64 13 25 64 28
Octal 316 177 0 0 46 144 23 45 144 50
Binary 11001110 1111111 0 0 100110 1100100 10011 100101 1100100 101000

Color Harmonies of #CE7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F00

Black with #CE7F00

Text Example


Text Example

White with #CE7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F00; }

 p { color: rgb(206,127,0); }

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

background-color css

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

 a { background-color: rgb(206,127,0); }

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

border-color css

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

 span { border-color: rgb(206,127,0); }

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