Html Css Color HEX #D4B90D Bird Flower

📋 copy color: '#D4B90D'

red 212 ◦ green 185 ◦ blue 13

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

Shades of Bird Flower #D4B90D

Tints of Bird Flower #D4B90D

RGB

 RED value IS 212 (83.2% from 255) = 51.71%

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 51.71%
G = 45.12%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4B90D (or 0xD4B90D) is known color: Bird Flower. HEX triplet: D4, B9 and 0D. RGB value is (212,185,13). Sum of RGB (Red+Green+Blue) = 212+185+13=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B90D is #2B46F2. Grayscale: #AEAEAE. Windows color (decimal): -2836211 or 899540. OLE color: 899540.

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

Color convert

RGB 212 185 13 -
CMYK 0 0.13 0.94 0.17
HSL 51.86º 0.88% 0.44% -
HSV(B) 51.86º 0.94% 0.83% -
XYZ 44.57 48.72 7.44 -
YUV 173.47 37.45 155.49 -
System Red Green Blue C M Y K H S L
Decimal 212 185 13 0 0.13 0.94 0.17 51.86 0.88 0.44
Hex D4 B9 D 0 D 5E 11 34 58 2C
Octal 324 271 15 0 15 136 21 64 130 54
Binary 11010100 10111001 1101 0 1101 1011110 10001 110100 1011000 101100

Color Harmonies of #D4B90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B90D

Black with #D4B90D

Text Example


Text Example

White with #D4B90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B90D; }

 p { color: rgb(212,185,13); }

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

background-color css

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

 a { background-color: rgb(212,185,13); }

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

border-color css

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

 span { border-color: rgb(212,185,13); }

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