Html Css Color HEX #CE7D04 Dark Goldenrod

📋 copy color: '#CE7D04'

red 206 ◦ green 125 ◦ blue 4

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

Shades of Dark Goldenrod #CE7D04

Tints of Dark Goldenrod #CE7D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 61.49%
G = 37.31%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7D04 (or 0xCE7D04) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 04. RGB value is (206,125,4). Sum of RGB (Red+Green+Blue) = 206+125+4=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D04 is #3182FB. Grayscale: #878787. Windows color (decimal): -3244796 or 294350. OLE color: 294350.

HSL color Cylindrical-coordinate representation of color #CE7D04: hue angle of 35.94º 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 #CE7D04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 4 -
CMYK 0 0.39 0.98 0.19
HSL 35.94º 0.96% 0.41% -
HSV(B) 35.94º 0.98% 0.81% -
XYZ 32.81 27.8 3.75 -
YUV 135.43 53.84 178.34 -
System Red Green Blue C M Y K H S L
Decimal 206 125 4 0 0.39 0.98 0.19 35.94 0.96 0.41
Hex CE 7D 4 0 27 62 13 24 60 29
Octal 316 175 4 0 47 142 23 44 140 51
Binary 11001110 1111101 100 0 100111 1100010 10011 100100 1100000 101001

Color Harmonies of #CE7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D04

Black with #CE7D04

Text Example


Text Example

White with #CE7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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