Html Css Color HEX #D3AF02 Bird Flower

📋 copy color: '#D3AF02'

red 211 ◦ green 175 ◦ blue 2

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

Shades of Bird Flower #D3AF02

Tints of Bird Flower #D3AF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 54.38%
G = 45.1%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3AF02 (or 0xD3AF02) is known color: Bird Flower. HEX triplet: D3, AF and 02. RGB value is (211,175,2). Sum of RGB (Red+Green+Blue) = 211+175+2=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AF02 is #2C50FD. Grayscale: #A6A6A6. Windows color (decimal): -2904318 or 176083. OLE color: 176083.

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

Color convert

RGB 211 175 2 -
CMYK 0 0.17 0.99 0.17
HSL 49.67º 0.98% 0.42% -
HSV(B) 49.67º 0.99% 0.83% -
XYZ 42.2 44.51 6.42 -
YUV 166.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 211 175 2 0 0.17 0.99 0.17 49.67 0.98 0.42
Hex D3 AF 2 0 11 63 11 32 62 2A
Octal 323 257 2 0 21 143 21 62 142 52
Binary 11010011 10101111 10 0 10001 1100011 10001 110010 1100010 101010

Color Harmonies of #D3AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF02

Black with #D3AF02

Text Example


Text Example

White with #D3AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF02; }

 p { color: rgb(211,175,2); }

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

background-color css

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

 a { background-color: rgb(211,175,2); }

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

border-color css

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

 span { border-color: rgb(211,175,2); }

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