Html Css Color HEX #CEB421 Bird Flower

📋 copy color: '#CEB421'

red 206 ◦ green 180 ◦ blue 33

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

Shades of Bird Flower #CEB421

Tints of Bird Flower #CEB421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 49.16%
G = 42.96%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB421 (or 0xCEB421) is known color: Bird Flower. HEX triplet: CE, B4 and 21. RGB value is (206,180,33). Sum of RGB (Red+Green+Blue) = 206+180+33=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB421 is #314BDE. Grayscale: #ABABAB. Windows color (decimal): -3230687 or 2208974. OLE color: 2208974.

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

Color convert

RGB 206 180 33 -
CMYK 0 0.13 0.84 0.19
HSL 50.98º 0.72% 0.47% -
HSV(B) 50.98º 0.84% 0.81% -
XYZ 42.05 45.87 8.08 -
YUV 171.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 206 180 33 0 0.13 0.84 0.19 50.98 0.72 0.47
Hex CE B4 21 0 D 54 13 33 48 2F
Octal 316 264 41 0 15 124 23 63 110 57
Binary 11001110 10110100 100001 0 1101 1010100 10011 110011 1001000 101111

Color Harmonies of #CEB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB421

Black with #CEB421

Text Example


Text Example

White with #CEB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB421; }

 p { color: rgb(206,180,33); }

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

background-color css

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

 a { background-color: rgb(206,180,33); }

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

border-color css

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

 span { border-color: rgb(206,180,33); }

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