Html Css Color HEX #CE8B20 Buttercup

📋 copy color: '#CE8B20'

red 206 ◦ green 139 ◦ blue 32

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

Shades of Buttercup #CE8B20

Tints of Buttercup #CE8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 54.64%
G = 36.87%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8B20 (or 0xCE8B20) is known color: Buttercup. HEX triplet: CE, 8B and 20. RGB value is (206,139,32). Sum of RGB (Red+Green+Blue) = 206+139+32=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B20 is #3174DF. Grayscale: #939393. Windows color (decimal): -3241184 or 2132942. OLE color: 2132942.

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

Color convert

RGB 206 139 32 -
CMYK 0 0.33 0.84 0.19
HSL 36.9º 0.73% 0.47% -
HSV(B) 36.9º 0.84% 0.81% -
XYZ 34.95 31.69 5.64 -
YUV 146.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 206 139 32 0 0.33 0.84 0.19 36.9 0.73 0.47
Hex CE 8B 20 0 21 54 13 25 49 2F
Octal 316 213 40 0 41 124 23 45 111 57
Binary 11001110 10001011 100000 0 100001 1010100 10011 100101 1001001 101111

Color Harmonies of #CE8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B20

Black with #CE8B20

Text Example


Text Example

White with #CE8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B20; }

 p { color: rgb(206,139,32); }

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

background-color css

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

 a { background-color: rgb(206,139,32); }

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

border-color css

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

 span { border-color: rgb(206,139,32); }

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