Html Css Color HEX #D7B90A Bird Flower

📋 copy color: '#D7B90A'

red 215 ◦ green 185 ◦ blue 10

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

Shades of Bird Flower #D7B90A

Tints of Bird Flower #D7B90A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 52.44%
G = 45.12%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7B90A (or 0xD7B90A) is known color: Bird Flower. HEX triplet: D7, B9 and 0A. RGB value is (215,185,10). Sum of RGB (Red+Green+Blue) = 215+185+10=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B90A is #2846F5. Grayscale: #AEAEAE. Windows color (decimal): -2639606 or 702935. OLE color: 702935.

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

Color convert

RGB 215 185 10 -
CMYK 0 0.14 0.95 0.16
HSL 51.22º 0.91% 0.44% -
HSV(B) 51.22º 0.95% 0.84% -
XYZ 45.43 49.17 7.38 -
YUV 174.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 215 185 10 0 0.14 0.95 0.16 51.22 0.91 0.44
Hex D7 B9 A 0 E 5F 10 33 5B 2C
Octal 327 271 12 0 16 137 20 63 133 54
Binary 11010111 10111001 1010 0 1110 1011111 10000 110011 1011011 101100

Color Harmonies of #D7B90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B90A

Black with #D7B90A

Text Example


Text Example

White with #D7B90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B90A; }

 p { color: rgb(215,185,10); }

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

background-color css

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

 a { background-color: rgb(215,185,10); }

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

border-color css

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

 span { border-color: rgb(215,185,10); }

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