Html Css Color HEX #CEC714 Bird Flower

📋 copy color: '#CEC714'

red 206 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #CEC714

Tints of Bird Flower #CEC714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 48.47%
G = 46.82%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEC714 (or 0xCEC714) is known color: Bird Flower. HEX triplet: CE, C7 and 14. RGB value is (206,199,20). Sum of RGB (Red+Green+Blue) = 206+199+20=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC714 is #3138EB. Grayscale: #B5B5B5. Windows color (decimal): -3225836 or 1361870. OLE color: 1361870.

HSL color Cylindrical-coordinate representation of color #CEC714: hue angle of 57.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEC714 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 199 20 -
CMYK 0 0.03 0.90 0.19
HSL 57.74º 0.82% 0.44% -
HSV(B) 57.74º 0.9% 0.81% -
XYZ 46 54.02 8.66 -
YUV 180.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 206 199 20 0 0.03 0.90 0.19 57.74 0.82 0.44
Hex CE C7 14 0 3 5A 13 3A 52 2C
Octal 316 307 24 0 3 132 23 72 122 54
Binary 11001110 11000111 10100 0 11 1011010 10011 111010 1010010 101100

Color Harmonies of #CEC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC714

Black with #CEC714

Text Example


Text Example

White with #CEC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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