Html Css Color HEX #D5C504 Bird Flower

📋 copy color: '#D5C504'

red 213 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #D5C504

Tints of Bird Flower #D5C504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 51.45%
G = 47.58%
B = 0.97%

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

#D5C504 (or 0xD5C504) is known color: Bird Flower. HEX triplet: D5, C5 and 04. RGB value is (213,197,4). Sum of RGB (Red+Green+Blue) = 213+197+4=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C504 is #2A3AFB. Grayscale: #B4B4B4. Windows color (decimal): -2767612 or 312789. OLE color: 312789.

HSL color Cylindrical-coordinate representation of color #D5C504: hue angle of 55.41º degrees, saturation: 0.96, 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 #D5C504 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 4 -
CMYK 0 0.08 0.98 0.16
HSL 55.41º 0.96% 0.43% -
HSV(B) 55.41º 0.98% 0.84% -
XYZ 47.43 54.09 8.06 -
YUV 179.78 28.8 151.69 -
System Red Green Blue C M Y K H S L
Decimal 213 197 4 0 0.08 0.98 0.16 55.41 0.96 0.43
Hex D5 C5 4 0 8 62 10 37 60 2B
Octal 325 305 4 0 10 142 20 67 140 53
Binary 11010101 11000101 100 0 1000 1100010 10000 110111 1100000 101011

Color Harmonies of #D5C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C504

Black with #D5C504

Text Example


Text Example

White with #D5C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C504; }

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

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

background-color css

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

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

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

border-color css

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

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

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