Html Css Color HEX #CE7E03 Dark Goldenrod

📋 copy color: '#CE7E03'

red 206 ◦ green 126 ◦ blue 3

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

Shades of Dark Goldenrod #CE7E03

Tints of Dark Goldenrod #CE7E03

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.61%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 61.49%
G = 37.61%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE7E03 (or 0xCE7E03) is known color: Dark Goldenrod. HEX triplet: CE, 7E and 03. RGB value is (206,126,3). Sum of RGB (Red+Green+Blue) = 206+126+3=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E03 is #3181FC. Grayscale: #888888. Windows color (decimal): -3244541 or 229070. OLE color: 229070.

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

Color convert

RGB 206 126 3 -
CMYK 0 0.39 0.99 0.19
HSL 36.35º 0.97% 0.41% -
HSV(B) 36.35º 0.99% 0.81% -
XYZ 32.93 28.05 3.76 -
YUV 135.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 206 126 3 0 0.39 0.99 0.19 36.35 0.97 0.41
Hex CE 7E 3 0 27 63 13 24 61 29
Octal 316 176 3 0 47 143 23 44 141 51
Binary 11001110 1111110 11 0 100111 1100011 10011 100100 1100001 101001

Color Harmonies of #CE7E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E03

Black with #CE7E03

Text Example


Text Example

White with #CE7E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E03; }

 p { color: rgb(206,126,3); }

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

background-color css

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

 a { background-color: rgb(206,126,3); }

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

border-color css

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

 span { border-color: rgb(206,126,3); }

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