Html Css Color HEX #D7BB07 Bird Flower

📋 copy color: '#D7BB07'

red 215 ◦ green 187 ◦ blue 7

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

Shades of Bird Flower #D7BB07

Tints of Bird Flower #D7BB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.72%

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 52.57%
G = 45.72%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D7BB07 (or 0xD7BB07) is known color: Bird Flower. HEX triplet: D7, BB and 07. RGB value is (215,187,7). Sum of RGB (Red+Green+Blue) = 215+187+7=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BB07 is #2844F8. Grayscale: #AFAFAF. Windows color (decimal): -2639097 or 506839. OLE color: 506839.

HSL color Cylindrical-coordinate representation of color #D7BB07: hue angle of 51.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7BB07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 187 7 -
CMYK 0 0.13 0.97 0.16
HSL 51.92º 0.94% 0.44% -
HSV(B) 51.92º 0.97% 0.84% -
XYZ 45.83 50 7.44 -
YUV 174.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 215 187 7 0 0.13 0.97 0.16 51.92 0.94 0.44
Hex D7 BB 7 0 D 61 10 34 5E 2C
Octal 327 273 7 0 15 141 20 64 136 54
Binary 11010111 10111011 111 0 1101 1100001 10000 110100 1011110 101100

Color Harmonies of #D7BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB07

Black with #D7BB07

Text Example


Text Example

White with #D7BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB07; }

 p { color: rgb(215,187,7); }

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

background-color css

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

 a { background-color: rgb(215,187,7); }

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

border-color css

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

 span { border-color: rgb(215,187,7); }

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