Html Css Color HEX #D5C015 Bird Flower

📋 copy color: '#D5C015'

red 213 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #D5C015

Tints of Bird Flower #D5C015

RGB

 RED value IS 213 (83.59% from 255) = 50%

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

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

R = 50%
G = 45.07%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5C015 (or 0xD5C015) is known color: Bird Flower. HEX triplet: D5, C0 and 15. RGB value is (213,192,21). Sum of RGB (Red+Green+Blue) = 213+192+21=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C015 is #2A3FEA. Grayscale: #B3B3B3. Windows color (decimal): -2768875 or 1425621. OLE color: 1425621.

HSL color Cylindrical-coordinate representation of color #D5C015: hue angle of 53.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5C015 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 21 -
CMYK 0 0.10 0.90 0.16
HSL 53.44º 0.82% 0.46% -
HSV(B) 53.44º 0.9% 0.84% -
XYZ 46.43 51.9 8.28 -
YUV 178.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 213 192 21 0 0.10 0.90 0.16 53.44 0.82 0.46
Hex D5 C0 15 0 A 5A 10 35 52 2E
Octal 325 300 25 0 12 132 20 65 122 56
Binary 11010101 11000000 10101 0 1010 1011010 10000 110101 1010010 101110

Color Harmonies of #D5C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C015

Black with #D5C015

Text Example


Text Example

White with #D5C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C015; }

 p { color: rgb(213,192,21); }

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

background-color css

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

 a { background-color: rgb(213,192,21); }

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

border-color css

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

 span { border-color: rgb(213,192,21); }

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