Html Css Color HEX #CE8F1D Buttercup

📋 copy color: '#CE8F1D'

red 206 ◦ green 143 ◦ blue 29

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

Shades of Buttercup #CE8F1D

Tints of Buttercup #CE8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 54.5%
G = 37.83%
B = 7.67%

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

#CE8F1D (or 0xCE8F1D) is known color: Buttercup. HEX triplet: CE, 8F and 1D. RGB value is (206,143,29). Sum of RGB (Red+Green+Blue) = 206+143+29=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F1D is #3170E2. Grayscale: #959595. Windows color (decimal): -3240163 or 1937358. OLE color: 1937358.

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

Color convert

RGB 206 143 29 -
CMYK 0 0.31 0.86 0.19
HSL 38.64º 0.75% 0.46% -
HSV(B) 38.64º 0.86% 0.81% -
XYZ 35.5 32.86 5.63 -
YUV 148.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 206 143 29 0 0.31 0.86 0.19 38.64 0.75 0.46
Hex CE 8F 1D 0 1F 56 13 27 4B 2E
Octal 316 217 35 0 37 126 23 47 113 56
Binary 11001110 10001111 11101 0 11111 1010110 10011 100111 1001011 101110

Color Harmonies of #CE8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F1D

Black with #CE8F1D

Text Example


Text Example

White with #CE8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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