Html Css Color HEX #CE921D Buttercup

📋 copy color: '#CE921D'

red 206 ◦ green 146 ◦ blue 29

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

Shades of Buttercup #CE921D

Tints of Buttercup #CE921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

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

R = 54.07%
G = 38.32%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE921D (or 0xCE921D) is known color: Buttercup. HEX triplet: CE, 92 and 1D. RGB value is (206,146,29). Sum of RGB (Red+Green+Blue) = 206+146+29=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE921D is #316DE2. Grayscale: #979797. Windows color (decimal): -3239395 or 1938126. OLE color: 1938126.

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

Color convert

RGB 206 146 29 -
CMYK 0 0.29 0.86 0.19
HSL 39.66º 0.75% 0.46% -
HSV(B) 39.66º 0.86% 0.81% -
XYZ 35.95 33.77 5.79 -
YUV 150.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 206 146 29 0 0.29 0.86 0.19 39.66 0.75 0.46
Hex CE 92 1D 0 1D 56 13 28 4B 2E
Octal 316 222 35 0 35 126 23 50 113 56
Binary 11001110 10010010 11101 0 11101 1010110 10011 101000 1001011 101110

Color Harmonies of #CE921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE921D

Black with #CE921D

Text Example


Text Example

White with #CE921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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