Html Css Color HEX #CEC503 Bird Flower

📋 copy color: '#CEC503'

red 206 ◦ green 197 ◦ blue 3

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

Shades of Bird Flower #CEC503

Tints of Bird Flower #CEC503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 50.74%
G = 48.52%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEC503 (or 0xCEC503) is known color: Bird Flower. HEX triplet: CE, C5 and 03. RGB value is (206,197,3). Sum of RGB (Red+Green+Blue) = 206+197+3=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC503 is #313AFC. Grayscale: #B2B2B2. Windows color (decimal): -3226365 or 247246. OLE color: 247246.

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

Color convert

RGB 206 197 3 -
CMYK 0 0.04 0.99 0.19
HSL 57.34º 0.97% 0.41% -
HSV(B) 57.34º 0.99% 0.81% -
XYZ 45.44 53.06 7.93 -
YUV 177.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 206 197 3 0 0.04 0.99 0.19 57.34 0.97 0.41
Hex CE C5 3 0 4 63 13 39 61 29
Octal 316 305 3 0 4 143 23 71 141 51
Binary 11001110 11000101 11 0 100 1100011 10011 111001 1100001 101001

Color Harmonies of #CEC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC503

Black with #CEC503

Text Example


Text Example

White with #CEC503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC503; }

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

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

background-color css

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

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

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

border-color css

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

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

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