Html Css Color HEX #D7BD07 Bird Flower

📋 copy color: '#D7BD07'

red 215 ◦ green 189 ◦ blue 7

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

Shades of Bird Flower #D7BD07

Tints of Bird Flower #D7BD07

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

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

R = 52.31%
G = 45.99%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D7BD07 (or 0xD7BD07) is known color: Bird Flower. HEX triplet: D7, BD and 07. RGB value is (215,189,7). Sum of RGB (Red+Green+Blue) = 215+189+7=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BD07 is #2842F8. Grayscale: #B0B0B0. Windows color (decimal): -2638585 or 507351. OLE color: 507351.

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

Color convert

RGB 215 189 7 -
CMYK 0 0.12 0.97 0.16
HSL 52.5º 0.94% 0.44% -
HSV(B) 52.5º 0.97% 0.84% -
XYZ 46.26 50.86 7.58 -
YUV 176.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 215 189 7 0 0.12 0.97 0.16 52.5 0.94 0.44
Hex D7 BD 7 0 C 61 10 34 5E 2C
Octal 327 275 7 0 14 141 20 64 136 54
Binary 11010111 10111101 111 0 1100 1100001 10000 110100 1011110 101100

Color Harmonies of #D7BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BD07

Black with #D7BD07

Text Example


Text Example

White with #D7BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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