Html Css Color HEX #D3AE03 Bird Flower

📋 copy color: '#D3AE03'

red 211 ◦ green 174 ◦ blue 3

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

Shades of Bird Flower #D3AE03

Tints of Bird Flower #D3AE03

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.85%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 54.38%
G = 44.85%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3AE03 (or 0xD3AE03) is known color: Bird Flower. HEX triplet: D3, AE and 03. RGB value is (211,174,3). Sum of RGB (Red+Green+Blue) = 211+174+3=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AE03 is #2C51FC. Grayscale: #A6A6A6. Windows color (decimal): -2904573 or 241363. OLE color: 241363.

HSL color Cylindrical-coordinate representation of color #D3AE03: hue angle of 49.33º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3AE03 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 174 3 -
CMYK 0 0.18 0.99 0.17
HSL 49.33º 0.97% 0.42% -
HSV(B) 49.33º 0.99% 0.83% -
XYZ 42.02 44.13 6.39 -
YUV 165.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 211 174 3 0 0.18 0.99 0.17 49.33 0.97 0.42
Hex D3 AE 3 0 12 63 11 31 61 2A
Octal 323 256 3 0 22 143 21 61 141 52
Binary 11010011 10101110 11 0 10010 1100011 10001 110001 1100001 101010

Color Harmonies of #D3AE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE03

Black with #D3AE03

Text Example


Text Example

White with #D3AE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE03; }

 p { color: rgb(211,174,3); }

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

background-color css

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

 a { background-color: rgb(211,174,3); }

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

border-color css

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

 span { border-color: rgb(211,174,3); }

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