Html Css Color HEX #CEC70A Bird Flower

📋 copy color: '#CEC70A'

red 206 ◦ green 199 ◦ blue 10

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

Shades of Bird Flower #CEC70A

Tints of Bird Flower #CEC70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 49.64%
G = 47.95%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEC70A (or 0xCEC70A) is known color: Bird Flower. HEX triplet: CE, C7 and 0A. RGB value is (206,199,10). Sum of RGB (Red+Green+Blue) = 206+199+10=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC70A is #3138F5. Grayscale: #B4B4B4. Windows color (decimal): -3225846 or 706510. OLE color: 706510.

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

Color convert

RGB 206 199 10 -
CMYK 0 0.03 0.95 0.19
HSL 57.86º 0.91% 0.42% -
HSV(B) 57.86º 0.95% 0.81% -
XYZ 45.93 53.99 8.29 -
YUV 179.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 206 199 10 0 0.03 0.95 0.19 57.86 0.91 0.42
Hex CE C7 A 0 3 5F 13 3A 5B 2A
Octal 316 307 12 0 3 137 23 72 133 52
Binary 11001110 11000111 1010 0 11 1011111 10011 111010 1011011 101010

Color Harmonies of #CEC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC70A

Black with #CEC70A

Text Example


Text Example

White with #CEC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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