Html Css Color HEX #CE8D1D Buttercup

📋 copy color: '#CE8D1D'

red 206 ◦ green 141 ◦ blue 29

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

Shades of Buttercup #CE8D1D

Tints of Buttercup #CE8D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 54.79%
G = 37.5%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE8D1D (or 0xCE8D1D) is known color: Buttercup. HEX triplet: CE, 8D and 1D. RGB value is (206,141,29). Sum of RGB (Red+Green+Blue) = 206+141+29=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D1D is #3172E2. Grayscale: #949494. Windows color (decimal): -3240675 or 1936846. OLE color: 1936846.

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

Color convert

RGB 206 141 29 -
CMYK 0 0.32 0.86 0.19
HSL 37.97º 0.75% 0.46% -
HSV(B) 37.97º 0.86% 0.81% -
XYZ 35.2 32.26 5.53 -
YUV 147.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 206 141 29 0 0.32 0.86 0.19 37.97 0.75 0.46
Hex CE 8D 1D 0 20 56 13 26 4B 2E
Octal 316 215 35 0 40 126 23 46 113 56
Binary 11001110 10001101 11101 0 100000 1010110 10011 100110 1001011 101110

Color Harmonies of #CE8D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D1D

Black with #CE8D1D

Text Example


Text Example

White with #CE8D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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