Html Css Color HEX #CEC70B Bird Flower

📋 copy color: '#CEC70B'

red 206 ◦ green 199 ◦ blue 11

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

Shades of Bird Flower #CEC70B

Tints of Bird Flower #CEC70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 49.52%
G = 47.84%
B = 2.64%

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

#CEC70B (or 0xCEC70B) is known color: Bird Flower. HEX triplet: CE, C7 and 0B. RGB value is (206,199,11). Sum of RGB (Red+Green+Blue) = 206+199+11=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC70B is #3138F4. Grayscale: #B4B4B4. Windows color (decimal): -3225845 or 772046. OLE color: 772046.

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

Color convert

RGB 206 199 11 -
CMYK 0 0.03 0.95 0.19
HSL 57.85º 0.9% 0.43% -
HSV(B) 57.85º 0.95% 0.81% -
XYZ 45.94 53.99 8.32 -
YUV 179.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 206 199 11 0 0.03 0.95 0.19 57.85 0.9 0.43
Hex CE C7 B 0 3 5F 13 3A 5A 2B
Octal 316 307 13 0 3 137 23 72 132 53
Binary 11001110 11000111 1011 0 11 1011111 10011 111010 1011010 101011

Color Harmonies of #CEC70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC70B

Black with #CEC70B

Text Example


Text Example

White with #CEC70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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