Html Css Color HEX #CE8F05 Dark Goldenrod

📋 copy color: '#CE8F05'

red 206 ◦ green 143 ◦ blue 5

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

Shades of Dark Goldenrod #CE8F05

Tints of Dark Goldenrod #CE8F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 58.19%
G = 40.4%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8F05 (or 0xCE8F05) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 05. RGB value is (206,143,5). Sum of RGB (Red+Green+Blue) = 206+143+5=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F05 is #3170FA. Grayscale: #929292. Windows color (decimal): -3240187 or 364494. OLE color: 364494.

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

Color convert

RGB 206 143 5 -
CMYK 0 0.31 0.98 0.19
HSL 41.19º 0.95% 0.41% -
HSV(B) 41.19º 0.98% 0.81% -
XYZ 35.3 32.78 4.61 -
YUV 146.11 48.37 170.72 -
System Red Green Blue C M Y K H S L
Decimal 206 143 5 0 0.31 0.98 0.19 41.19 0.95 0.41
Hex CE 8F 5 0 1F 62 13 29 5F 29
Octal 316 217 5 0 37 142 23 51 137 51
Binary 11001110 10001111 101 0 11111 1100010 10011 101001 1011111 101001

Color Harmonies of #CE8F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F05

Black with #CE8F05

Text Example


Text Example

White with #CE8F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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