Html Css Color HEX #CE8E1D Buttercup

📋 copy color: '#CE8E1D'

red 206 ◦ green 142 ◦ blue 29

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

Shades of Buttercup #CE8E1D

Tints of Buttercup #CE8E1D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.67%

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

R = 54.64%
G = 37.67%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE8E1D (or 0xCE8E1D) is known color: Buttercup. HEX triplet: CE, 8E and 1D. RGB value is (206,142,29). Sum of RGB (Red+Green+Blue) = 206+142+29=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8E1D is #3171E2. Grayscale: #949494. Windows color (decimal): -3240419 or 1937102. OLE color: 1937102.

HSL color Cylindrical-coordinate representation of color #CE8E1D: hue angle of 38.31º 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 #CE8E1D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 142 29 -
CMYK 0 0.31 0.86 0.19
HSL 38.31º 0.75% 0.46% -
HSV(B) 38.31º 0.86% 0.81% -
XYZ 35.35 32.56 5.58 -
YUV 148.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 206 142 29 0 0.31 0.86 0.19 38.31 0.75 0.46
Hex CE 8E 1D 0 1F 56 13 26 4B 2E
Octal 316 216 35 0 37 126 23 46 113 56
Binary 11001110 10001110 11101 0 11111 1010110 10011 100110 1001011 101110

Color Harmonies of #CE8E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E1D

Black with #CE8E1D

Text Example


Text Example

White with #CE8E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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