Html Css Color HEX #CE8403 Dark Goldenrod

📋 copy color: '#CE8403'

red 206 ◦ green 132 ◦ blue 3

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

Shades of Dark Goldenrod #CE8403

Tints of Dark Goldenrod #CE8403

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 60.41%
G = 38.71%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE8403 (or 0xCE8403) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 03. RGB value is (206,132,3). Sum of RGB (Red+Green+Blue) = 206+132+3=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8403 is #317BFC. Grayscale: #8C8C8C. Windows color (decimal): -3243005 or 230606. OLE color: 230606.

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

Color convert

RGB 206 132 3 -
CMYK 0 0.36 0.99 0.19
HSL 38.13º 0.97% 0.41% -
HSV(B) 38.13º 0.99% 0.81% -
XYZ 33.72 29.63 4.03 -
YUV 139.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 206 132 3 0 0.36 0.99 0.19 38.13 0.97 0.41
Hex CE 84 3 0 24 63 13 26 61 29
Octal 316 204 3 0 44 143 23 46 141 51
Binary 11001110 10000100 11 0 100100 1100011 10011 100110 1100001 101001

Color Harmonies of #CE8403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8403

Black with #CE8403

Text Example


Text Example

White with #CE8403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8403; }

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

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

background-color css

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

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

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

border-color css

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

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

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