Html Css Color HEX #D7BC04 Bird Flower

📋 copy color: '#D7BC04'

red 215 ◦ green 188 ◦ blue 4

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

Shades of Bird Flower #D7BC04

Tints of Bird Flower #D7BC04

RGB

 RED value IS 215 (84.38% from 255) = 52.83%

 GREEN value IS 188 (73.83% from 255) = 46.19%

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

R = 52.83%
G = 46.19%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7BC04 (or 0xD7BC04) is known color: Bird Flower. HEX triplet: D7, BC and 04. RGB value is (215,188,4). Sum of RGB (Red+Green+Blue) = 215+188+4=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BC04 is #2843FB. Grayscale: #AFAFAF. Windows color (decimal): -2638844 or 310487. OLE color: 310487.

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

Color convert

RGB 215 188 4 -
CMYK 0 0.13 0.98 0.16
HSL 52.32º 0.96% 0.43% -
HSV(B) 52.32º 0.98% 0.84% -
XYZ 46.03 50.42 7.42 -
YUV 175.1 31.45 156.46 -
System Red Green Blue C M Y K H S L
Decimal 215 188 4 0 0.13 0.98 0.16 52.32 0.96 0.43
Hex D7 BC 4 0 D 62 10 34 60 2B
Octal 327 274 4 0 15 142 20 64 140 53
Binary 11010111 10111100 100 0 1101 1100010 10000 110100 1100000 101011

Color Harmonies of #D7BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC04

Black with #D7BC04

Text Example


Text Example

White with #D7BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC04; }

 p { color: rgb(215,188,4); }

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

background-color css

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

 a { background-color: rgb(215,188,4); }

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

border-color css

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

 span { border-color: rgb(215,188,4); }

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