Html Css Color HEX #D3C014 Bird Flower

📋 copy color: '#D3C014'

red 211 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #D3C014

Tints of Bird Flower #D3C014

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

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

R = 49.88%
G = 45.39%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3C014 (or 0xD3C014) is known color: Bird Flower. HEX triplet: D3, C0 and 14. RGB value is (211,192,20). Sum of RGB (Red+Green+Blue) = 211+192+20=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C014 is #2C3FEB. Grayscale: #B2B2B2. Windows color (decimal): -2899948 or 1360083. OLE color: 1360083.

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

Color convert

RGB 211 192 20 -
CMYK 0 0.09 0.91 0.17
HSL 54.03º 0.83% 0.45% -
HSV(B) 54.03º 0.91% 0.83% -
XYZ 45.84 51.6 8.21 -
YUV 178.07 38.79 151.49 -
System Red Green Blue C M Y K H S L
Decimal 211 192 20 0 0.09 0.91 0.17 54.03 0.83 0.45
Hex D3 C0 14 0 9 5B 11 36 53 2D
Octal 323 300 24 0 11 133 21 66 123 55
Binary 11010011 11000000 10100 0 1001 1011011 10001 110110 1010011 101101

Color Harmonies of #D3C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C014

Black with #D3C014

Text Example


Text Example

White with #D3C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C014; }

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

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

background-color css

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

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

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

border-color css

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

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

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