Html Css Color HEX #D6C50D Bird Flower

📋 copy color: '#D6C50D'

red 214 ◦ green 197 ◦ blue 13

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

Shades of Bird Flower #D6C50D

Tints of Bird Flower #D6C50D

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

 GREEN value IS 197 (77.34% from 255) = 46.46%

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

R = 50.47%
G = 46.46%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6C50D (or 0xD6C50D) is known color: Bird Flower. HEX triplet: D6, C5 and 0D. RGB value is (214,197,13). Sum of RGB (Red+Green+Blue) = 214+197+13=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C50D is #293AF2. Grayscale: #B5B5B5. Windows color (decimal): -2702067 or 902614. OLE color: 902614.

HSL color Cylindrical-coordinate representation of color #D6C50D: hue angle of 54.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6C50D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 13 -
CMYK 0 0.08 0.94 0.16
HSL 54.93º 0.89% 0.45% -
HSV(B) 54.93º 0.94% 0.84% -
XYZ 47.77 54.26 8.34 -
YUV 181.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 214 197 13 0 0.08 0.94 0.16 54.93 0.89 0.45
Hex D6 C5 D 0 8 5E 10 37 59 2D
Octal 326 305 15 0 10 136 20 67 131 55
Binary 11010110 11000101 1101 0 1000 1011110 10000 110111 1011001 101101

Color Harmonies of #D6C50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C50D

Black with #D6C50D

Text Example


Text Example

White with #D6C50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C50D; }

 p { color: rgb(214,197,13); }

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

background-color css

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

 a { background-color: rgb(214,197,13); }

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

border-color css

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

 span { border-color: rgb(214,197,13); }

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