Html Css Color HEX #D2B418 Sunflower

📋 copy color: '#D2B418'

red 210 ◦ green 180 ◦ blue 24

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

Shades of Sunflower #D2B418

Tints of Sunflower #D2B418

RGB

 RED value IS 210 (82.42% from 255) = 50.72%

 GREEN value IS 180 (70.7% from 255) = 43.48%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 50.72%
G = 43.48%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2B418 (or 0xD2B418) is known color: Sunflower. HEX triplet: D2, B4 and 18. RGB value is (210,180,24). Sum of RGB (Red+Green+Blue) = 210+180+24=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B418 is #2D4BE7. Grayscale: #ABABAB. Windows color (decimal): -2968552 or 1619154. OLE color: 1619154.

HSL color Cylindrical-coordinate representation of color #D2B418: hue angle of 50.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2B418 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 24 -
CMYK 0 0.14 0.89 0.18
HSL 50.32º 0.79% 0.46% -
HSV(B) 50.32º 0.89% 0.82% -
XYZ 43.06 46.41 7.55 -
YUV 171.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 210 180 24 0 0.14 0.89 0.18 50.32 0.79 0.46
Hex D2 B4 18 0 E 59 12 32 4F 2E
Octal 322 264 30 0 16 131 22 62 117 56
Binary 11010010 10110100 11000 0 1110 1011001 10010 110010 1001111 101110

Color Harmonies of #D2B418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B418

Black with #D2B418

Text Example


Text Example

White with #D2B418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B418; }

 p { color: rgb(210,180,24); }

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

background-color css

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

 a { background-color: rgb(210,180,24); }

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

border-color css

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

 span { border-color: rgb(210,180,24); }

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