Html Css Color HEX #D3C304 Bird Flower

📋 copy color: '#D3C304'

red 211 ◦ green 195 ◦ blue 4

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

Shades of Bird Flower #D3C304

Tints of Bird Flower #D3C304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

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

R = 51.46%
G = 47.56%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D3C304 (or 0xD3C304) is known color: Bird Flower. HEX triplet: D3, C3 and 04. RGB value is (211,195,4). Sum of RGB (Red+Green+Blue) = 211+195+4=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C304 is #2C3CFB. Grayscale: #B2B2B2. Windows color (decimal): -2899196 or 312275. OLE color: 312275.

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

Color convert

RGB 211 195 4 -
CMYK 0 0.08 0.98 0.17
HSL 55.36º 0.96% 0.42% -
HSV(B) 55.36º 0.98% 0.83% -
XYZ 46.4 52.89 7.88 -
YUV 178.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 211 195 4 0 0.08 0.98 0.17 55.36 0.96 0.42
Hex D3 C3 4 0 8 62 11 37 60 2A
Octal 323 303 4 0 10 142 21 67 140 52
Binary 11010011 11000011 100 0 1000 1100010 10001 110111 1100000 101010

Color Harmonies of #D3C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C304

Black with #D3C304

Text Example


Text Example

White with #D3C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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