Html Css Color HEX #CE890C Dark Goldenrod

📋 copy color: '#CE890C'

red 206 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #CE890C

Tints of Dark Goldenrod #CE890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 58.03%
G = 38.59%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE890C (or 0xCE890C) is known color: Dark Goldenrod. HEX triplet: CE, 89 and 0C. RGB value is (206,137,12). Sum of RGB (Red+Green+Blue) = 206+137+12=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE890C is #3176F3. Grayscale: #8F8F8F. Windows color (decimal): -3241716 or 821710. OLE color: 821710.

HSL color Cylindrical-coordinate representation of color #CE890C: hue angle of 38.66º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE890C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 12 -
CMYK 0 0.33 0.94 0.19
HSL 38.66º 0.89% 0.43% -
HSV(B) 38.66º 0.94% 0.81% -
XYZ 34.47 31.04 4.52 -
YUV 143.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 206 137 12 0 0.33 0.94 0.19 38.66 0.89 0.43
Hex CE 89 C 0 21 5E 13 27 59 2B
Octal 316 211 14 0 41 136 23 47 131 53
Binary 11001110 10001001 1100 0 100001 1011110 10011 100111 1011001 101011

Color Harmonies of #CE890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE890C

Black with #CE890C

Text Example


Text Example

White with #CE890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE890C; }

 p { color: rgb(206,137,12); }

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

background-color css

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

 a { background-color: rgb(206,137,12); }

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

border-color css

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

 span { border-color: rgb(206,137,12); }

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