Html Css Color HEX #CE8C0B Dark Goldenrod

📋 copy color: '#CE8C0B'

red 206 ◦ green 140 ◦ blue 11

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

Shades of Dark Goldenrod #CE8C0B

Tints of Dark Goldenrod #CE8C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 57.7%
G = 39.22%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE8C0B (or 0xCE8C0B) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 0B. RGB value is (206,140,11). Sum of RGB (Red+Green+Blue) = 206+140+11=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C0B is #3173F4. Grayscale: #919191. Windows color (decimal): -3240949 or 756942. OLE color: 756942.

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

Color convert

RGB 206 140 11 -
CMYK 0 0.32 0.95 0.19
HSL 39.69º 0.9% 0.43% -
HSV(B) 39.69º 0.95% 0.81% -
XYZ 34.89 31.9 4.64 -
YUV 145.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 206 140 11 0 0.32 0.95 0.19 39.69 0.9 0.43
Hex CE 8C B 0 20 5F 13 28 5A 2B
Octal 316 214 13 0 40 137 23 50 132 53
Binary 11001110 10001100 1011 0 100000 1011111 10011 101000 1011010 101011

Color Harmonies of #CE8C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C0B

Black with #CE8C0B

Text Example


Text Example

White with #CE8C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C0B; }

 p { color: rgb(206,140,11); }

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

background-color css

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

 a { background-color: rgb(206,140,11); }

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

border-color css

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

 span { border-color: rgb(206,140,11); }

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