Html Css Color HEX #CEC00F Bird Flower

📋 copy color: '#CEC00F'

red 206 ◦ green 192 ◦ blue 15

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

Shades of Bird Flower #CEC00F

Tints of Bird Flower #CEC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 49.88%
G = 46.49%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC00F (or 0xCEC00F) is known color: Bird Flower. HEX triplet: CE, C0 and 0F. RGB value is (206,192,15). Sum of RGB (Red+Green+Blue) = 206+192+15=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC00F is #313FF0. Grayscale: #B0B0B0. Windows color (decimal): -3227633 or 1032398. OLE color: 1032398.

HSL color Cylindrical-coordinate representation of color #CEC00F: hue angle of 55.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEC00F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 15 -
CMYK 0 0.07 0.93 0.19
HSL 55.6º 0.86% 0.43% -
HSV(B) 55.6º 0.93% 0.81% -
XYZ 44.39 50.86 7.93 -
YUV 176.01 37.14 149.39 -
System Red Green Blue C M Y K H S L
Decimal 206 192 15 0 0.07 0.93 0.19 55.6 0.86 0.43
Hex CE C0 F 0 7 5D 13 38 56 2B
Octal 316 300 17 0 7 135 23 70 126 53
Binary 11001110 11000000 1111 0 111 1011101 10011 111000 1010110 101011

Color Harmonies of #CEC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC00F

Black with #CEC00F

Text Example


Text Example

White with #CEC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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