Html Css Color HEX #CE7D07 Dark Goldenrod

📋 copy color: '#CE7D07'

red 206 ◦ green 125 ◦ blue 7

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

Shades of Dark Goldenrod #CE7D07

Tints of Dark Goldenrod #CE7D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 60.95%
G = 36.98%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE7D07 (or 0xCE7D07) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 07. RGB value is (206,125,7). Sum of RGB (Red+Green+Blue) = 206+125+7=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D07 is #3182F8. Grayscale: #888888. Windows color (decimal): -3244793 or 490958. OLE color: 490958.

HSL color Cylindrical-coordinate representation of color #CE7D07: hue angle of 35.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE7D07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 7 -
CMYK 0 0.39 0.97 0.19
HSL 35.58º 0.93% 0.42% -
HSV(B) 35.58º 0.97% 0.81% -
XYZ 32.83 27.8 3.84 -
YUV 135.77 55.34 178.09 -
System Red Green Blue C M Y K H S L
Decimal 206 125 7 0 0.39 0.97 0.19 35.58 0.93 0.42
Hex CE 7D 7 0 27 61 13 24 5D 2A
Octal 316 175 7 0 47 141 23 44 135 52
Binary 11001110 1111101 111 0 100111 1100001 10011 100100 1011101 101010

Color Harmonies of #CE7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D07

Black with #CE7D07

Text Example


Text Example

White with #CE7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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