Html Css Color HEX #D5C304 Bird Flower

📋 copy color: '#D5C304'

red 213 ◦ green 195 ◦ blue 4

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

Shades of Bird Flower #D5C304

Tints of Bird Flower #D5C304

RGB

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

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

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

R = 51.7%
G = 47.33%
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

#D5C304 (or 0xD5C304) is known color: Bird Flower. HEX triplet: D5, C3 and 04. RGB value is (213,195,4). Sum of RGB (Red+Green+Blue) = 213+195+4=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C304 is #2A3CFB. Grayscale: #B3B3B3. Windows color (decimal): -2768124 or 312277. OLE color: 312277.

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

Color convert

RGB 213 195 4 -
CMYK 0 0.08 0.98 0.16
HSL 54.83º 0.96% 0.43% -
HSV(B) 54.83º 0.98% 0.84% -
XYZ 46.98 53.19 7.9 -
YUV 178.61 29.46 152.53 -
System Red Green Blue C M Y K H S L
Decimal 213 195 4 0 0.08 0.98 0.16 54.83 0.96 0.43
Hex D5 C3 4 0 8 62 10 37 60 2B
Octal 325 303 4 0 10 142 20 67 140 53
Binary 11010101 11000011 100 0 1000 1100010 10000 110111 1100000 101011

Color Harmonies of #D5C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C304

Black with #D5C304

Text Example


Text Example

White with #D5C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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