Html Css Color HEX #D1BA21 Sunflower

📋 copy color: '#D1BA21'

red 209 ◦ green 186 ◦ blue 33

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

Shades of Sunflower #D1BA21

Tints of Sunflower #D1BA21

RGB

 RED value IS 209 (82.03% from 255) = 48.83%

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 33 (13.28% from 255) = 7.71%

R = 48.83%
G = 43.46%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1BA21 (or 0xD1BA21) is known color: Sunflower. HEX triplet: D1, BA and 21. RGB value is (209,186,33). Sum of RGB (Red+Green+Blue) = 209+186+33=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA21 is #2E45DE. Grayscale: #B0B0B0. Windows color (decimal): -3032543 or 2210513. OLE color: 2210513.

HSL color Cylindrical-coordinate representation of color #D1BA21: hue angle of 52.16º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1BA21 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 33 -
CMYK 0 0.11 0.84 0.18
HSL 52.16º 0.73% 0.47% -
HSV(B) 52.16º 0.84% 0.82% -
XYZ 44.13 48.78 8.53 -
YUV 175.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 209 186 33 0 0.11 0.84 0.18 52.16 0.73 0.47
Hex D1 BA 21 0 B 54 12 34 49 2F
Octal 321 272 41 0 13 124 22 64 111 57
Binary 11010001 10111010 100001 0 1011 1010100 10010 110100 1001001 101111

Color Harmonies of #D1BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA21

Black with #D1BA21

Text Example


Text Example

White with #D1BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA21; }

 p { color: rgb(209,186,33); }

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

background-color css

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

 a { background-color: rgb(209,186,33); }

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

border-color css

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

 span { border-color: rgb(209,186,33); }

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