Html Css Color HEX #D5BF04 Bird Flower

📋 copy color: '#D5BF04'

red 213 ◦ green 191 ◦ blue 4

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

Shades of Bird Flower #D5BF04

Tints of Bird Flower #D5BF04

RGB

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

 GREEN value IS 191 (75% from 255) = 46.81%

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

R = 52.21%
G = 46.81%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5BF04 (or 0xD5BF04) is known color: Bird Flower. HEX triplet: D5, BF and 04. RGB value is (213,191,4). Sum of RGB (Red+Green+Blue) = 213+191+4=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BF04 is #2A40FB. Grayscale: #B1B1B1. Windows color (decimal): -2769148 or 311253. OLE color: 311253.

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

Color convert

RGB 213 191 4 -
CMYK 0 0.10 0.98 0.16
HSL 53.68º 0.96% 0.43% -
HSV(B) 53.68º 0.98% 0.84% -
XYZ 46.09 51.42 7.61 -
YUV 176.26 30.79 154.21 -
System Red Green Blue C M Y K H S L
Decimal 213 191 4 0 0.10 0.98 0.16 53.68 0.96 0.43
Hex D5 BF 4 0 A 62 10 36 60 2B
Octal 325 277 4 0 12 142 20 66 140 53
Binary 11010101 10111111 100 0 1010 1100010 10000 110110 1100000 101011

Color Harmonies of #D5BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF04

Black with #D5BF04

Text Example


Text Example

White with #D5BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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