Html Css Color HEX #CE900A Dark Goldenrod

📋 copy color: '#CE900A'

red 206 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #CE900A

Tints of Dark Goldenrod #CE900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 57.22%
G = 40%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE900A (or 0xCE900A) is known color: Dark Goldenrod. HEX triplet: CE, 90 and 0A. RGB value is (206,144,10). Sum of RGB (Red+Green+Blue) = 206+144+10=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE900A is #316FF5. Grayscale: #939393. Windows color (decimal): -3239926 or 692430. OLE color: 692430.

HSL color Cylindrical-coordinate representation of color #CE900A: hue angle of 41.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE900A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 10 -
CMYK 0 0.30 0.95 0.19
HSL 41.02º 0.91% 0.42% -
HSV(B) 41.02º 0.95% 0.81% -
XYZ 35.48 33.09 4.8 -
YUV 147.26 50.54 169.9 -
System Red Green Blue C M Y K H S L
Decimal 206 144 10 0 0.30 0.95 0.19 41.02 0.91 0.42
Hex CE 90 A 0 1E 5F 13 29 5B 2A
Octal 316 220 12 0 36 137 23 51 133 52
Binary 11001110 10010000 1010 0 11110 1011111 10011 101001 1011011 101010

Color Harmonies of #CE900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE900A

Black with #CE900A

Text Example


Text Example

White with #CE900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE900A; }

 p { color: rgb(206,144,10); }

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

background-color css

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

 a { background-color: rgb(206,144,10); }

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

border-color css

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

 span { border-color: rgb(206,144,10); }

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