Html Css Color HEX #CEC60D Bird Flower

📋 copy color: '#CEC60D'

red 206 ◦ green 198 ◦ blue 13

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

Shades of Bird Flower #CEC60D

Tints of Bird Flower #CEC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.48%

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

R = 49.4%
G = 47.48%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEC60D (or 0xCEC60D) is known color: Bird Flower. HEX triplet: CE, C6 and 0D. RGB value is (206,198,13). Sum of RGB (Red+Green+Blue) = 206+198+13=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC60D is #3139F2. Grayscale: #B4B4B4. Windows color (decimal): -3226099 or 902862. OLE color: 902862.

HSL color Cylindrical-coordinate representation of color #CEC60D: hue angle of 57.51º 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 #CEC60D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 13 -
CMYK 0 0.04 0.94 0.19
HSL 57.51º 0.88% 0.43% -
HSV(B) 57.51º 0.94% 0.81% -
XYZ 45.72 53.54 8.31 -
YUV 179.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 206 198 13 0 0.04 0.94 0.19 57.51 0.88 0.43
Hex CE C6 D 0 4 5E 13 3A 58 2B
Octal 316 306 15 0 4 136 23 72 130 53
Binary 11001110 11000110 1101 0 100 1011110 10011 111010 1011000 101011

Color Harmonies of #CEC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC60D

Black with #CEC60D

Text Example


Text Example

White with #CEC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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