Html Css Color HEX #D3C504 Bird Flower

📋 copy color: '#D3C504'

red 211 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #D3C504

Tints of Bird Flower #D3C504

RGB

 RED value IS 211 (82.81% from 255) = 51.21%

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

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

R = 51.21%
G = 47.82%
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

#D3C504 (or 0xD3C504) is known color: Bird Flower. HEX triplet: D3, C5 and 04. RGB value is (211,197,4). Sum of RGB (Red+Green+Blue) = 211+197+4=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C504 is #2C3AFB. Grayscale: #B3B3B3. Windows color (decimal): -2898684 or 312787. OLE color: 312787.

HSL color Cylindrical-coordinate representation of color #D3C504: hue angle of 55.94º 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 #D3C504 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 197 4 -
CMYK 0 0.07 0.98 0.17
HSL 55.94º 0.96% 0.42% -
HSV(B) 55.94º 0.98% 0.83% -
XYZ 46.85 53.79 8.03 -
YUV 179.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 211 197 4 0 0.07 0.98 0.17 55.94 0.96 0.42
Hex D3 C5 4 0 7 62 11 38 60 2A
Octal 323 305 4 0 7 142 21 70 140 52
Binary 11010011 11000101 100 0 111 1100010 10001 111000 1100000 101010

Color Harmonies of #D3C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C504

Black with #D3C504

Text Example


Text Example

White with #D3C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C504; }

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

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

background-color css

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

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

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

border-color css

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

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

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