Html Css Color HEX #D7BF0F Bird Flower

📋 copy color: '#D7BF0F'

red 215 ◦ green 191 ◦ blue 15

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

Shades of Bird Flower #D7BF0F

Tints of Bird Flower #D7BF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 51.07%
G = 45.37%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7BF0F (or 0xD7BF0F) is known color: Bird Flower. HEX triplet: D7, BF and 0F. RGB value is (215,191,15). Sum of RGB (Red+Green+Blue) = 215+191+15=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BF0F is #2840F0. Grayscale: #B2B2B2. Windows color (decimal): -2638065 or 1032151. OLE color: 1032151.

HSL color Cylindrical-coordinate representation of color #D7BF0F: hue angle of 52.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7BF0F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 191 15 -
CMYK 0 0.11 0.93 0.16
HSL 52.8º 0.87% 0.45% -
HSV(B) 52.8º 0.93% 0.84% -
XYZ 46.74 51.74 7.98 -
YUV 178.11 35.95 154.31 -
System Red Green Blue C M Y K H S L
Decimal 215 191 15 0 0.11 0.93 0.16 52.8 0.87 0.45
Hex D7 BF F 0 B 5D 10 35 57 2D
Octal 327 277 17 0 13 135 20 65 127 55
Binary 11010111 10111111 1111 0 1011 1011101 10000 110101 1010111 101101

Color Harmonies of #D7BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF0F

Black with #D7BF0F

Text Example


Text Example

White with #D7BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF0F; }

 p { color: rgb(215,191,15); }

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

background-color css

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

 a { background-color: rgb(215,191,15); }

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

border-color css

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

 span { border-color: rgb(215,191,15); }

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