Html Css Color HEX #CEB721 Bird Flower

📋 copy color: '#CEB721'

red 206 ◦ green 183 ◦ blue 33

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

Shades of Bird Flower #CEB721

Tints of Bird Flower #CEB721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

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

R = 48.82%
G = 43.36%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB721 (or 0xCEB721) is known color: Bird Flower. HEX triplet: CE, B7 and 21. RGB value is (206,183,33). Sum of RGB (Red+Green+Blue) = 206+183+33=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB721 is #3148DE. Grayscale: #ADADAD. Windows color (decimal): -3229919 or 2209742. OLE color: 2209742.

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

Color convert

RGB 206 183 33 -
CMYK 0 0.11 0.84 0.19
HSL 52.02º 0.72% 0.47% -
HSV(B) 52.02º 0.84% 0.81% -
XYZ 42.66 47.1 8.28 -
YUV 172.78 49.12 151.7 -
System Red Green Blue C M Y K H S L
Decimal 206 183 33 0 0.11 0.84 0.19 52.02 0.72 0.47
Hex CE B7 21 0 B 54 13 34 48 2F
Octal 316 267 41 0 13 124 23 64 110 57
Binary 11001110 10110111 100001 0 1011 1010100 10011 110100 1001000 101111

Color Harmonies of #CEB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB721

Black with #CEB721

Text Example


Text Example

White with #CEB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB721; }

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

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

background-color css

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

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

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

border-color css

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

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

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