Html Css Color HEX #D3BE0A Bird Flower

📋 copy color: '#D3BE0A'

red 211 ◦ green 190 ◦ blue 10

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

Shades of Bird Flower #D3BE0A

Tints of Bird Flower #D3BE0A

RGB

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

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

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

R = 51.34%
G = 46.23%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3BE0A (or 0xD3BE0A) is known color: Bird Flower. HEX triplet: D3, BE and 0A. RGB value is (211,190,10). Sum of RGB (Red+Green+Blue) = 211+190+10=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE0A is #2C41F5. Grayscale: #B0B0B0. Windows color (decimal): -2900470 or 704211. OLE color: 704211.

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

Color convert

RGB 211 190 10 -
CMYK 0 0.10 0.95 0.17
HSL 53.73º 0.91% 0.43% -
HSV(B) 53.73º 0.95% 0.83% -
XYZ 45.33 50.7 7.68 -
YUV 175.76 34.46 153.14 -
System Red Green Blue C M Y K H S L
Decimal 211 190 10 0 0.10 0.95 0.17 53.73 0.91 0.43
Hex D3 BE A 0 A 5F 11 36 5B 2B
Octal 323 276 12 0 12 137 21 66 133 53
Binary 11010011 10111110 1010 0 1010 1011111 10001 110110 1011011 101011

Color Harmonies of #D3BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BE0A

Black with #D3BE0A

Text Example


Text Example

White with #D3BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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