Html Css Color HEX #D3BE12 Bird Flower

📋 copy color: '#D3BE12'

red 211 ◦ green 190 ◦ blue 18

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

Shades of Bird Flower #D3BE12

Tints of Bird Flower #D3BE12

RGB

 RED value IS 211 (82.81% from 255) = 50.36%

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 50.36%
G = 45.35%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3BE12 (or 0xD3BE12) is known color: Bird Flower. HEX triplet: D3, BE and 12. RGB value is (211,190,18). Sum of RGB (Red+Green+Blue) = 211+190+18=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE12 is #2C41ED. Grayscale: #B1B1B1. Windows color (decimal): -2900462 or 1228499. OLE color: 1228499.

HSL color Cylindrical-coordinate representation of color #D3BE12: hue angle of 53.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3BE12 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 190 18 -
CMYK 0 0.10 0.91 0.17
HSL 53.47º 0.84% 0.45% -
HSV(B) 53.47º 0.91% 0.83% -
XYZ 45.39 50.72 7.97 -
YUV 176.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 211 190 18 0 0.10 0.91 0.17 53.47 0.84 0.45
Hex D3 BE 12 0 A 5B 11 35 54 2D
Octal 323 276 22 0 12 133 21 65 124 55
Binary 11010011 10111110 10010 0 1010 1011011 10001 110101 1010100 101101

Color Harmonies of #D3BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BE12

Black with #D3BE12

Text Example


Text Example

White with #D3BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BE12; }

 p { color: rgb(211,190,18); }

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

background-color css

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

 a { background-color: rgb(211,190,18); }

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

border-color css

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

 span { border-color: rgb(211,190,18); }

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