Html Css Color HEX #D7BE04 Bird Flower

📋 copy color: '#D7BE04'

red 215 ◦ green 190 ◦ blue 4

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

Shades of Bird Flower #D7BE04

Tints of Bird Flower #D7BE04

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.45%

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

R = 52.57%
G = 46.45%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7BE04 (or 0xD7BE04) is known color: Bird Flower. HEX triplet: D7, BE and 04. RGB value is (215,190,4). Sum of RGB (Red+Green+Blue) = 215+190+4=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BE04 is #2841FB. Grayscale: #B1B1B1. Windows color (decimal): -2638332 or 310999. OLE color: 310999.

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

Color convert

RGB 215 190 4 -
CMYK 0 0.12 0.98 0.16
HSL 52.89º 0.96% 0.43% -
HSV(B) 52.89º 0.98% 0.84% -
XYZ 46.46 51.28 7.56 -
YUV 176.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 215 190 4 0 0.12 0.98 0.16 52.89 0.96 0.43
Hex D7 BE 4 0 C 62 10 35 60 2B
Octal 327 276 4 0 14 142 20 65 140 53
Binary 11010111 10111110 100 0 1100 1100010 10000 110101 1100000 101011

Color Harmonies of #D7BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BE04

Black with #D7BE04

Text Example


Text Example

White with #D7BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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