Html Css Color HEX #D3C215 Bird Flower

📋 copy color: '#D3C215'

red 211 ◦ green 194 ◦ blue 21

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

Shades of Bird Flower #D3C215

Tints of Bird Flower #D3C215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.93%

R = 49.53%
G = 45.54%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3C215 (or 0xD3C215) is known color: Bird Flower. HEX triplet: D3, C2 and 15. RGB value is (211,194,21). Sum of RGB (Red+Green+Blue) = 211+194+21=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C215 is #2C3DEA. Grayscale: #B4B4B4. Windows color (decimal): -2899435 or 1426131. OLE color: 1426131.

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

Color convert

RGB 211 194 21 -
CMYK 0 0.08 0.90 0.17
HSL 54.63º 0.82% 0.45% -
HSV(B) 54.63º 0.9% 0.83% -
XYZ 46.29 52.49 8.4 -
YUV 179.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 211 194 21 0 0.08 0.90 0.17 54.63 0.82 0.45
Hex D3 C2 15 0 8 5A 11 37 52 2D
Octal 323 302 25 0 10 132 21 67 122 55
Binary 11010011 11000010 10101 0 1000 1011010 10001 110111 1010010 101101

Color Harmonies of #D3C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C215

Black with #D3C215

Text Example


Text Example

White with #D3C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C215; }

 p { color: rgb(211,194,21); }

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

background-color css

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

 a { background-color: rgb(211,194,21); }

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

border-color css

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

 span { border-color: rgb(211,194,21); }

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