Html Css Color HEX #CE8405 Dark Goldenrod

📋 copy color: '#CE8405'

red 206 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #CE8405

Tints of Dark Goldenrod #CE8405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 60.06%
G = 38.48%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8405 (or 0xCE8405) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 05. RGB value is (206,132,5). Sum of RGB (Red+Green+Blue) = 206+132+5=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8405 is #317BFA. Grayscale: #8C8C8C. Windows color (decimal): -3243003 or 361678. OLE color: 361678.

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

Color convert

RGB 206 132 5 -
CMYK 0 0.36 0.98 0.19
HSL 37.91º 0.95% 0.41% -
HSV(B) 37.91º 0.98% 0.81% -
XYZ 33.73 29.64 4.09 -
YUV 139.65 52.02 175.33 -
System Red Green Blue C M Y K H S L
Decimal 206 132 5 0 0.36 0.98 0.19 37.91 0.95 0.41
Hex CE 84 5 0 24 62 13 26 5F 29
Octal 316 204 5 0 44 142 23 46 137 51
Binary 11001110 10000100 101 0 100100 1100010 10011 100110 1011111 101001

Color Harmonies of #CE8405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8405

Black with #CE8405

Text Example


Text Example

White with #CE8405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8405; }

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

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

background-color css

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

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

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

border-color css

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

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

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