Html Css Color HEX #CEC100 Bird Flower

📋 copy color: '#CEC100'

red 206 ◦ green 193 ◦ blue 0

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

Shades of Bird Flower #CEC100

Tints of Bird Flower #CEC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.63%
G = 48.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEC100 (or 0xCEC100) is known color: Bird Flower. HEX triplet: CE, C1 and 00. RGB value is (206,193,0). Sum of RGB (Red+Green+Blue) = 206+193+0=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC100 is #313EFF. Grayscale: #AFAFAF. Windows color (decimal): -3227392 or 49614. OLE color: 49614.

HSL color Cylindrical-coordinate representation of color #CEC100: hue angle of 56.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEC100 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 0 -
CMYK 0 0.06 1 0.19
HSL 56.21º 1% 0.4% -
HSV(B) 56.21º 1% 0.81% -
XYZ 44.52 51.26 7.55 -
YUV 174.89 29.31 150.19 -
System Red Green Blue C M Y K H S L
Decimal 206 193 0 0 0.06 1 0.19 56.21 1 0.4
Hex CE C1 0 0 6 64 13 38 64 28
Octal 316 301 0 0 6 144 23 70 144 50
Binary 11001110 11000001 0 0 110 1100100 10011 111000 1100100 101000

Color Harmonies of #CEC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC100

Black with #CEC100

Text Example


Text Example

White with #CEC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC100; }

 p { color: rgb(206,193,0); }

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

background-color css

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

 a { background-color: rgb(206,193,0); }

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

border-color css

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

 span { border-color: rgb(206,193,0); }

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