Html Css Color HEX #CEC715 Bird Flower

📋 copy color: '#CEC715'

red 206 ◦ green 199 ◦ blue 21

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

Shades of Bird Flower #CEC715

Tints of Bird Flower #CEC715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 48.36%
G = 46.71%
B = 4.93%

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

#CEC715 (or 0xCEC715) is known color: Bird Flower. HEX triplet: CE, C7 and 15. RGB value is (206,199,21). Sum of RGB (Red+Green+Blue) = 206+199+21=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC715 is #3138EA. Grayscale: #B5B5B5. Windows color (decimal): -3225835 or 1427406. OLE color: 1427406.

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

Color convert

RGB 206 199 21 -
CMYK 0 0.03 0.90 0.19
HSL 57.73º 0.81% 0.45% -
HSV(B) 57.73º 0.9% 0.81% -
XYZ 46.01 54.02 8.71 -
YUV 180.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 206 199 21 0 0.03 0.90 0.19 57.73 0.81 0.45
Hex CE C7 15 0 3 5A 13 3A 51 2D
Octal 316 307 25 0 3 132 23 72 121 55
Binary 11001110 11000111 10101 0 11 1011010 10011 111010 1010001 101101

Color Harmonies of #CEC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC715

Black with #CEC715

Text Example


Text Example

White with #CEC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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