Html Css Color HEX #CEB321 Bird Flower

📋 copy color: '#CEB321'

red 206 ◦ green 179 ◦ blue 33

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

Shades of Bird Flower #CEB321

Tints of Bird Flower #CEB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

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

R = 49.28%
G = 42.82%
B = 7.89%

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

#CEB321 (or 0xCEB321) is known color: Bird Flower. HEX triplet: CE, B3 and 21. RGB value is (206,179,33). Sum of RGB (Red+Green+Blue) = 206+179+33=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB321 is #314CDE. Grayscale: #ABABAB. Windows color (decimal): -3230943 or 2208718. OLE color: 2208718.

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

Color convert

RGB 206 179 33 -
CMYK 0 0.13 0.84 0.19
HSL 50.64º 0.72% 0.47% -
HSV(B) 50.64º 0.84% 0.81% -
XYZ 41.85 45.47 8.01 -
YUV 170.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 206 179 33 0 0.13 0.84 0.19 50.64 0.72 0.47
Hex CE B3 21 0 D 54 13 33 48 2F
Octal 316 263 41 0 15 124 23 63 110 57
Binary 11001110 10110011 100001 0 1101 1010100 10011 110011 1001000 101111

Color Harmonies of #CEB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB321

Black with #CEB321

Text Example


Text Example

White with #CEB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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