Html Css Color HEX #CEC317 Bird Flower

📋 copy color: '#CEC317'

red 206 ◦ green 195 ◦ blue 23

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

Shades of Bird Flower #CEC317

Tints of Bird Flower #CEC317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

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

R = 48.58%
G = 45.99%
B = 5.42%

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

#CEC317 (or 0xCEC317) is known color: Bird Flower. HEX triplet: CE, C3 and 17. RGB value is (206,195,23). Sum of RGB (Red+Green+Blue) = 206+195+23=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC317 is #313CE8. Grayscale: #B3B3B3. Windows color (decimal): -3226857 or 1557454. OLE color: 1557454.

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

Color convert

RGB 206 195 23 -
CMYK 0 0.05 0.89 0.19
HSL 56.39º 0.8% 0.45% -
HSV(B) 56.39º 0.89% 0.81% -
XYZ 45.12 52.21 8.51 -
YUV 178.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 206 195 23 0 0.05 0.89 0.19 56.39 0.8 0.45
Hex CE C3 17 0 5 59 13 38 50 2D
Octal 316 303 27 0 5 131 23 70 120 55
Binary 11001110 11000011 10111 0 101 1011001 10011 111000 1010000 101101

Color Harmonies of #CEC317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC317

Black with #CEC317

Text Example


Text Example

White with #CEC317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC317; }

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

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

background-color css

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

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

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

border-color css

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

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

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