Html Css Color HEX #CEB521 Bird Flower

📋 copy color: '#CEB521'

red 206 ◦ green 181 ◦ blue 33

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

Shades of Bird Flower #CEB521

Tints of Bird Flower #CEB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 49.05%
G = 43.1%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB521 (or 0xCEB521) is known color: Bird Flower. HEX triplet: CE, B5 and 21. RGB value is (206,181,33). Sum of RGB (Red+Green+Blue) = 206+181+33=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB521 is #314ADE. Grayscale: #ACACAC. Windows color (decimal): -3230431 or 2209230. OLE color: 2209230.

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

Color convert

RGB 206 181 33 -
CMYK 0 0.12 0.84 0.19
HSL 51.33º 0.72% 0.47% -
HSV(B) 51.33º 0.84% 0.81% -
XYZ 42.25 46.28 8.14 -
YUV 171.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 206 181 33 0 0.12 0.84 0.19 51.33 0.72 0.47
Hex CE B5 21 0 C 54 13 33 48 2F
Octal 316 265 41 0 14 124 23 63 110 57
Binary 11001110 10110101 100001 0 1100 1010100 10011 110011 1001000 101111

Color Harmonies of #CEB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB521

Black with #CEB521

Text Example


Text Example

White with #CEB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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