Html Css Color HEX #CEC515 Bird Flower

📋 copy color: '#CEC515'

red 206 ◦ green 197 ◦ blue 21

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

Shades of Bird Flower #CEC515

Tints of Bird Flower #CEC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 48.58%
G = 46.46%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEC515 (or 0xCEC515) is known color: Bird Flower. HEX triplet: CE, C5 and 15. RGB value is (206,197,21). Sum of RGB (Red+Green+Blue) = 206+197+21=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC515 is #313AEA. Grayscale: #B4B4B4. Windows color (decimal): -3226347 or 1426894. OLE color: 1426894.

HSL color Cylindrical-coordinate representation of color #CEC515: hue angle of 57.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEC515 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 21 -
CMYK 0 0.04 0.90 0.19
HSL 57.08º 0.81% 0.45% -
HSV(B) 57.08º 0.9% 0.81% -
XYZ 45.56 53.11 8.56 -
YUV 179.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 206 197 21 0 0.04 0.90 0.19 57.08 0.81 0.45
Hex CE C5 15 0 4 5A 13 39 51 2D
Octal 316 305 25 0 4 132 23 71 121 55
Binary 11001110 11000101 10101 0 100 1011010 10011 111001 1010001 101101

Color Harmonies of #CEC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC515

Black with #CEC515

Text Example


Text Example

White with #CEC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC515; }

 p { color: rgb(206,197,21); }

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

background-color css

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

 a { background-color: rgb(206,197,21); }

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

border-color css

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

 span { border-color: rgb(206,197,21); }

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