Html Css Color HEX #CEC70D Bird Flower

📋 copy color: '#CEC70D'

red 206 ◦ green 199 ◦ blue 13

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

Shades of Bird Flower #CEC70D

Tints of Bird Flower #CEC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 49.28%
G = 47.61%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEC70D (or 0xCEC70D) is known color: Bird Flower. HEX triplet: CE, C7 and 0D. RGB value is (206,199,13). Sum of RGB (Red+Green+Blue) = 206+199+13=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC70D is #3138F2. Grayscale: #B4B4B4. Windows color (decimal): -3225843 or 903118. OLE color: 903118.

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

Color convert

RGB 206 199 13 -
CMYK 0 0.03 0.94 0.19
HSL 57.82º 0.88% 0.43% -
HSV(B) 57.82º 0.94% 0.81% -
XYZ 45.95 54 8.38 -
YUV 179.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 206 199 13 0 0.03 0.94 0.19 57.82 0.88 0.43
Hex CE C7 D 0 3 5E 13 3A 58 2B
Octal 316 307 15 0 3 136 23 72 130 53
Binary 11001110 11000111 1101 0 11 1011110 10011 111010 1011000 101011

Color Harmonies of #CEC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC70D

Black with #CEC70D

Text Example


Text Example

White with #CEC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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