Html Css Color HEX #CEC017 Bird Flower

📋 copy color: '#CEC017'

red 206 ◦ green 192 ◦ blue 23

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

Shades of Bird Flower #CEC017

Tints of Bird Flower #CEC017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

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

R = 48.93%
G = 45.61%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEC017 (or 0xCEC017) is known color: Bird Flower. HEX triplet: CE, C0 and 17. RGB value is (206,192,23). Sum of RGB (Red+Green+Blue) = 206+192+23=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC017 is #313FE8. Grayscale: #B1B1B1. Windows color (decimal): -3227625 or 1556686. OLE color: 1556686.

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

Color convert

RGB 206 192 23 -
CMYK 0 0.07 0.89 0.19
HSL 55.41º 0.8% 0.45% -
HSV(B) 55.41º 0.89% 0.81% -
XYZ 44.46 50.88 8.29 -
YUV 176.92 41.14 148.74 -
System Red Green Blue C M Y K H S L
Decimal 206 192 23 0 0.07 0.89 0.19 55.41 0.8 0.45
Hex CE C0 17 0 7 59 13 37 50 2D
Octal 316 300 27 0 7 131 23 67 120 55
Binary 11001110 11000000 10111 0 111 1011001 10011 110111 1010000 101101

Color Harmonies of #CEC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC017

Black with #CEC017

Text Example


Text Example

White with #CEC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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