Html Css Color HEX #D5C505 Bird Flower

📋 copy color: '#D5C505'

red 213 ◦ green 197 ◦ blue 5

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

Shades of Bird Flower #D5C505

Tints of Bird Flower #D5C505

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 51.33%
G = 47.47%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5C505 (or 0xD5C505) is known color: Bird Flower. HEX triplet: D5, C5 and 05. RGB value is (213,197,5). Sum of RGB (Red+Green+Blue) = 213+197+5=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C505 is #2A3AFA. Grayscale: #B4B4B4. Windows color (decimal): -2767611 or 378325. OLE color: 378325.

HSL color Cylindrical-coordinate representation of color #D5C505: hue angle of 55.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5C505 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 5 -
CMYK 0 0.08 0.98 0.16
HSL 55.38º 0.95% 0.43% -
HSV(B) 55.38º 0.98% 0.84% -
XYZ 47.43 54.09 8.08 -
YUV 179.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 213 197 5 0 0.08 0.98 0.16 55.38 0.95 0.43
Hex D5 C5 5 0 8 62 10 37 5F 2B
Octal 325 305 5 0 10 142 20 67 137 53
Binary 11010101 11000101 101 0 1000 1100010 10000 110111 1011111 101011

Color Harmonies of #D5C505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C505

Black with #D5C505

Text Example


Text Example

White with #D5C505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C505; }

 p { color: rgb(213,197,5); }

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

background-color css

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

 a { background-color: rgb(213,197,5); }

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

border-color css

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

 span { border-color: rgb(213,197,5); }

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