Html Css Color HEX #D3C104 Bird Flower

📋 copy color: '#D3C104'

red 211 ◦ green 193 ◦ blue 4

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

Shades of Bird Flower #D3C104

Tints of Bird Flower #D3C104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

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

R = 51.72%
G = 47.3%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3C104 (or 0xD3C104) is known color: Bird Flower. HEX triplet: D3, C1 and 04. RGB value is (211,193,4). Sum of RGB (Red+Green+Blue) = 211+193+4=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C104 is #2C3EFB. Grayscale: #B1B1B1. Windows color (decimal): -2899708 or 311763. OLE color: 311763.

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

Color convert

RGB 211 193 4 -
CMYK 0 0.09 0.98 0.17
HSL 54.78º 0.96% 0.42% -
HSV(B) 54.78º 0.98% 0.83% -
XYZ 45.96 52 7.73 -
YUV 176.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 211 193 4 0 0.09 0.98 0.17 54.78 0.96 0.42
Hex D3 C1 4 0 9 62 11 37 60 2A
Octal 323 301 4 0 11 142 21 67 140 52
Binary 11010011 11000001 100 0 1001 1100010 10001 110111 1100000 101010

Color Harmonies of #D3C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C104

Black with #D3C104

Text Example


Text Example

White with #D3C104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C104; }

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

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

background-color css

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

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

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

border-color css

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

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

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