Html Css Color HEX #D5C915 Bird Flower

📋 copy color: '#D5C915'

red 213 ◦ green 201 ◦ blue 21

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

Shades of Bird Flower #D5C915

Tints of Bird Flower #D5C915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.21%

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

R = 48.97%
G = 46.21%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5C915 (or 0xD5C915) is known color: Bird Flower. HEX triplet: D5, C9 and 15. RGB value is (213,201,21). Sum of RGB (Red+Green+Blue) = 213+201+21=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C915 is #2A36EA. Grayscale: #B8B8B8. Windows color (decimal): -2766571 or 1427925. OLE color: 1427925.

HSL color Cylindrical-coordinate representation of color #D5C915: hue angle of 56.25º 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 #D5C915 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 21 -
CMYK 0 0.06 0.90 0.16
HSL 56.25º 0.82% 0.46% -
HSV(B) 56.25º 0.9% 0.84% -
XYZ 48.46 55.97 8.96 -
YUV 184.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 213 201 21 0 0.06 0.90 0.16 56.25 0.82 0.46
Hex D5 C9 15 0 6 5A 10 38 52 2E
Octal 325 311 25 0 6 132 20 70 122 56
Binary 11010101 11001001 10101 0 110 1011010 10000 111000 1010010 101110

Color Harmonies of #D5C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C915

Black with #D5C915

Text Example


Text Example

White with #D5C915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C915; }

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

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

background-color css

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

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

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

border-color css

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

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

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