Html Css Color HEX #CEC70F Bird Flower

📋 copy color: '#CEC70F'

red 206 ◦ green 199 ◦ blue 15

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

Shades of Bird Flower #CEC70F

Tints of Bird Flower #CEC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.38%

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

R = 49.05%
G = 47.38%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC70F (or 0xCEC70F) is known color: Bird Flower. HEX triplet: CE, C7 and 0F. RGB value is (206,199,15). Sum of RGB (Red+Green+Blue) = 206+199+15=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC70F is #3138F0. Grayscale: #B4B4B4. Windows color (decimal): -3225841 or 1034190. OLE color: 1034190.

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

Color convert

RGB 206 199 15 -
CMYK 0 0.03 0.93 0.19
HSL 57.8º 0.86% 0.43% -
HSV(B) 57.8º 0.93% 0.81% -
XYZ 45.96 54 8.45 -
YUV 180.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 206 199 15 0 0.03 0.93 0.19 57.8 0.86 0.43
Hex CE C7 F 0 3 5D 13 3A 56 2B
Octal 316 307 17 0 3 135 23 72 126 53
Binary 11001110 11000111 1111 0 11 1011101 10011 111010 1010110 101011

Color Harmonies of #CEC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC70F

Black with #CEC70F

Text Example


Text Example

White with #CEC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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