Html Css Color HEX #D4B90C Bird Flower

📋 copy color: '#D4B90C'

red 212 ◦ green 185 ◦ blue 12

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

Shades of Bird Flower #D4B90C

Tints of Bird Flower #D4B90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 51.83%
G = 45.23%
B = 2.93%

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

#D4B90C (or 0xD4B90C) is known color: Bird Flower. HEX triplet: D4, B9 and 0C. RGB value is (212,185,12). Sum of RGB (Red+Green+Blue) = 212+185+12=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B90C is #2B46F3. Grayscale: #AEAEAE. Windows color (decimal): -2836212 or 834004. OLE color: 834004.

HSL color Cylindrical-coordinate representation of color #D4B90C: hue angle of 51.9º degrees, saturation: 0.89, 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 #D4B90C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 12 -
CMYK 0 0.13 0.94 0.17
HSL 51.9º 0.89% 0.44% -
HSV(B) 51.9º 0.94% 0.83% -
XYZ 44.57 48.72 7.4 -
YUV 173.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 212 185 12 0 0.13 0.94 0.17 51.9 0.89 0.44
Hex D4 B9 C 0 D 5E 11 34 59 2C
Octal 324 271 14 0 15 136 21 64 131 54
Binary 11010100 10111001 1100 0 1101 1011110 10001 110100 1011001 101100

Color Harmonies of #D4B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B90C

Black with #D4B90C

Text Example


Text Example

White with #D4B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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