Html Css Color HEX #CE7F04 Dark Goldenrod

📋 copy color: '#CE7F04'

red 206 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #CE7F04

Tints of Dark Goldenrod #CE7F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 61.13%
G = 37.69%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7F04 (or 0xCE7F04) is known color: Dark Goldenrod. HEX triplet: CE, 7F and 04. RGB value is (206,127,4). Sum of RGB (Red+Green+Blue) = 206+127+4=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F04 is #3180FB. Grayscale: #898989. Windows color (decimal): -3244284 or 294862. OLE color: 294862.

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

Color convert

RGB 206 127 4 -
CMYK 0 0.38 0.98 0.19
HSL 36.53º 0.96% 0.41% -
HSV(B) 36.53º 0.98% 0.81% -
XYZ 33.06 28.31 3.84 -
YUV 136.6 53.17 177.5 -
System Red Green Blue C M Y K H S L
Decimal 206 127 4 0 0.38 0.98 0.19 36.53 0.96 0.41
Hex CE 7F 4 0 26 62 13 25 60 29
Octal 316 177 4 0 46 142 23 45 140 51
Binary 11001110 1111111 100 0 100110 1100010 10011 100101 1100000 101001

Color Harmonies of #CE7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F04

Black with #CE7F04

Text Example


Text Example

White with #CE7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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