Html Css Color HEX #CEC417 Bird Flower

📋 copy color: '#CEC417'

red 206 ◦ green 196 ◦ blue 23

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

Shades of Bird Flower #CEC417

Tints of Bird Flower #CEC417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.12%

 BLUE value IS 23 (9.38% from 255) = 5.41%

R = 48.47%
G = 46.12%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEC417 (or 0xCEC417) is known color: Bird Flower. HEX triplet: CE, C4 and 17. RGB value is (206,196,23). Sum of RGB (Red+Green+Blue) = 206+196+23=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC417 is #313BE8. Grayscale: #B3B3B3. Windows color (decimal): -3226601 or 1557710. OLE color: 1557710.

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

Color convert

RGB 206 196 23 -
CMYK 0 0.05 0.89 0.19
HSL 56.72º 0.8% 0.45% -
HSV(B) 56.72º 0.89% 0.81% -
XYZ 45.35 52.66 8.59 -
YUV 179.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 206 196 23 0 0.05 0.89 0.19 56.72 0.8 0.45
Hex CE C4 17 0 5 59 13 39 50 2D
Octal 316 304 27 0 5 131 23 71 120 55
Binary 11001110 11000100 10111 0 101 1011001 10011 111001 1010000 101101

Color Harmonies of #CEC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC417

Black with #CEC417

Text Example


Text Example

White with #CEC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC417; }

 p { color: rgb(206,196,23); }

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

background-color css

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

 a { background-color: rgb(206,196,23); }

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

border-color css

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

 span { border-color: rgb(206,196,23); }

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