Html Css Color HEX #CE8D22 Buttercup

📋 copy color: '#CE8D22'

red 206 ◦ green 141 ◦ blue 34

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

Shades of Buttercup #CE8D22

Tints of Buttercup #CE8D22

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 54.07%
G = 37.01%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8D22 (or 0xCE8D22) is known color: Buttercup. HEX triplet: CE, 8D and 22. RGB value is (206,141,34). Sum of RGB (Red+Green+Blue) = 206+141+34=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D22 is #3172DD. Grayscale: #949494. Windows color (decimal): -3240670 or 2264526. OLE color: 2264526.

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

Color convert

RGB 206 141 34 -
CMYK 0 0.32 0.83 0.19
HSL 37.33º 0.72% 0.47% -
HSV(B) 37.33º 0.83% 0.81% -
XYZ 35.27 32.29 5.89 -
YUV 148.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 206 141 34 0 0.32 0.83 0.19 37.33 0.72 0.47
Hex CE 8D 22 0 20 53 13 25 48 2F
Octal 316 215 42 0 40 123 23 45 110 57
Binary 11001110 10001101 100010 0 100000 1010011 10011 100101 1001000 101111

Color Harmonies of #CE8D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D22

Black with #CE8D22

Text Example


Text Example

White with #CE8D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D22; }

 p { color: rgb(206,141,34); }

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

background-color css

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

 a { background-color: rgb(206,141,34); }

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

border-color css

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

 span { border-color: rgb(206,141,34); }

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