Html Css Color HEX #D4C504 Bird Flower

📋 copy color: '#D4C504'

red 212 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #D4C504

Tints of Bird Flower #D4C504

RGB

 RED value IS 212 (83.2% from 255) = 51.33%

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

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

R = 51.33%
G = 47.7%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4C504 (or 0xD4C504) is known color: Bird Flower. HEX triplet: D4, C5 and 04. RGB value is (212,197,4). Sum of RGB (Red+Green+Blue) = 212+197+4=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C504 is #2B3AFB. Grayscale: #B4B4B4. Windows color (decimal): -2833148 or 312788. OLE color: 312788.

HSL color Cylindrical-coordinate representation of color #D4C504: hue angle of 55.67º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4C504 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 197 4 -
CMYK 0 0.07 0.98 0.17
HSL 55.67º 0.96% 0.42% -
HSV(B) 55.67º 0.98% 0.83% -
XYZ 47.14 53.94 8.04 -
YUV 179.48 28.97 151.19 -
System Red Green Blue C M Y K H S L
Decimal 212 197 4 0 0.07 0.98 0.17 55.67 0.96 0.42
Hex D4 C5 4 0 7 62 11 38 60 2A
Octal 324 305 4 0 7 142 21 70 140 52
Binary 11010100 11000101 100 0 111 1100010 10001 111000 1100000 101010

Color Harmonies of #D4C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C504

Black with #D4C504

Text Example


Text Example

White with #D4C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C504; }

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

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

background-color css

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

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

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

border-color css

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

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

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