Html Css Color HEX #CE7B04 Dark Goldenrod

📋 copy color: '#CE7B04'

red 206 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #CE7B04

Tints of Dark Goldenrod #CE7B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

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

R = 61.86%
G = 36.94%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE7B04 (or 0xCE7B04) is known color: Dark Goldenrod. HEX triplet: CE, 7B and 04. RGB value is (206,123,4). Sum of RGB (Red+Green+Blue) = 206+123+4=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B04 is #3184FB. Grayscale: #868686. Windows color (decimal): -3245308 or 293838. OLE color: 293838.

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

Color convert

RGB 206 123 4 -
CMYK 0 0.40 0.98 0.19
HSL 35.35º 0.96% 0.41% -
HSV(B) 35.35º 0.98% 0.81% -
XYZ 32.56 27.3 3.67 -
YUV 134.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 206 123 4 0 0.40 0.98 0.19 35.35 0.96 0.41
Hex CE 7B 4 0 28 62 13 23 60 29
Octal 316 173 4 0 50 142 23 43 140 51
Binary 11001110 1111011 100 0 101000 1100010 10011 100011 1100000 101001

Color Harmonies of #CE7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B04

Black with #CE7B04

Text Example


Text Example

White with #CE7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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