Html Css Color HEX #D2C014 Bird Flower

📋 copy color: '#D2C014'

red 210 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #D2C014

Tints of Bird Flower #D2C014

RGB

 RED value IS 210 (82.42% from 255) = 49.76%

 GREEN value IS 192 (75.39% from 255) = 45.5%

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 49.76%
G = 45.5%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2C014 (or 0xD2C014) is known color: Bird Flower. HEX triplet: D2, C0 and 14. RGB value is (210,192,20). Sum of RGB (Red+Green+Blue) = 210+192+20=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C014 is #2D3FEB. Grayscale: #B2B2B2. Windows color (decimal): -2965484 or 1360082. OLE color: 1360082.

HSL color Cylindrical-coordinate representation of color #D2C014: hue angle of 54.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2C014 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 192 20 -
CMYK 0 0.09 0.90 0.18
HSL 54.32º 0.83% 0.45% -
HSV(B) 54.32º 0.9% 0.82% -
XYZ 45.55 51.45 8.19 -
YUV 177.77 38.96 150.99 -
System Red Green Blue C M Y K H S L
Decimal 210 192 20 0 0.09 0.90 0.18 54.32 0.83 0.45
Hex D2 C0 14 0 9 5A 12 36 53 2D
Octal 322 300 24 0 11 132 22 66 123 55
Binary 11010010 11000000 10100 0 1001 1011010 10010 110110 1010011 101101

Color Harmonies of #D2C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C014

Black with #D2C014

Text Example


Text Example

White with #D2C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C014; }

 p { color: rgb(210,192,20); }

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

background-color css

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

 a { background-color: rgb(210,192,20); }

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

border-color css

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

 span { border-color: rgb(210,192,20); }

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