Html Css Color HEX #CE7A07 Dark Goldenrod

📋 copy color: '#CE7A07'

red 206 ◦ green 122 ◦ blue 7

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

Shades of Dark Goldenrod #CE7A07

Tints of Dark Goldenrod #CE7A07

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

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

R = 61.49%
G = 36.42%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE7A07 (or 0xCE7A07) is known color: Dark Goldenrod. HEX triplet: CE, 7A and 07. RGB value is (206,122,7). Sum of RGB (Red+Green+Blue) = 206+122+7=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A07 is #3185F8. Grayscale: #868686. Windows color (decimal): -3245561 or 490190. OLE color: 490190.

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

Color convert

RGB 206 122 7 -
CMYK 0 0.41 0.97 0.19
HSL 34.67º 0.93% 0.42% -
HSV(B) 34.67º 0.97% 0.81% -
XYZ 32.45 27.06 3.71 -
YUV 134.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 206 122 7 0 0.41 0.97 0.19 34.67 0.93 0.42
Hex CE 7A 7 0 29 61 13 23 5D 2A
Octal 316 172 7 0 51 141 23 43 135 52
Binary 11001110 1111010 111 0 101001 1100001 10011 100011 1011101 101010

Color Harmonies of #CE7A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A07

Black with #CE7A07

Text Example


Text Example

White with #CE7A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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