Html Css Color HEX #D6C20A Bird Flower

📋 copy color: '#D6C20A'

red 214 ◦ green 194 ◦ blue 10

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

Shades of Bird Flower #D6C20A

Tints of Bird Flower #D6C20A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 51.2%
G = 46.41%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6C20A (or 0xD6C20A) is known color: Bird Flower. HEX triplet: D6, C2 and 0A. RGB value is (214,194,10). Sum of RGB (Red+Green+Blue) = 214+194+10=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C20A is #293DF5. Grayscale: #B3B3B3. Windows color (decimal): -2702838 or 705238. OLE color: 705238.

HSL color Cylindrical-coordinate representation of color #D6C20A: hue angle of 54.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6C20A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 10 -
CMYK 0 0.09 0.95 0.16
HSL 54.12º 0.91% 0.44% -
HSV(B) 54.12º 0.95% 0.84% -
XYZ 47.08 52.9 8.02 -
YUV 179 32.63 152.96 -
System Red Green Blue C M Y K H S L
Decimal 214 194 10 0 0.09 0.95 0.16 54.12 0.91 0.44
Hex D6 C2 A 0 9 5F 10 36 5B 2C
Octal 326 302 12 0 11 137 20 66 133 54
Binary 11010110 11000010 1010 0 1001 1011111 10000 110110 1011011 101100

Color Harmonies of #D6C20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C20A

Black with #D6C20A

Text Example


Text Example

White with #D6C20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C20A; }

 p { color: rgb(214,194,10); }

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

background-color css

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

 a { background-color: rgb(214,194,10); }

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

border-color css

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

 span { border-color: rgb(214,194,10); }

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