Html Css Color HEX #CEBA21 Bird Flower

📋 copy color: '#CEBA21'

red 206 ◦ green 186 ◦ blue 33

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

Shades of Bird Flower #CEBA21

Tints of Bird Flower #CEBA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 48.47%
G = 43.76%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEBA21 (or 0xCEBA21) is known color: Bird Flower. HEX triplet: CE, BA and 21. RGB value is (206,186,33). Sum of RGB (Red+Green+Blue) = 206+186+33=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA21 is #3145DE. Grayscale: #AFAFAF. Windows color (decimal): -3229151 or 2210510. OLE color: 2210510.

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

Color convert

RGB 206 186 33 -
CMYK 0 0.10 0.84 0.19
HSL 53.06º 0.72% 0.47% -
HSV(B) 53.06º 0.84% 0.81% -
XYZ 43.29 48.35 8.49 -
YUV 174.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 206 186 33 0 0.10 0.84 0.19 53.06 0.72 0.47
Hex CE BA 21 0 A 54 13 35 48 2F
Octal 316 272 41 0 12 124 23 65 110 57
Binary 11001110 10111010 100001 0 1010 1010100 10011 110101 1001000 101111

Color Harmonies of #CEBA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA21

Black with #CEBA21

Text Example


Text Example

White with #CEBA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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