Html Css Color HEX #D2B118 Sunflower

📋 copy color: '#D2B118'

red 210 ◦ green 177 ◦ blue 24

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

Shades of Sunflower #D2B118

Tints of Sunflower #D2B118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

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

R = 51.09%
G = 43.07%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2B118 (or 0xD2B118) is known color: Sunflower. HEX triplet: D2, B1 and 18. RGB value is (210,177,24). Sum of RGB (Red+Green+Blue) = 210+177+24=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B118 is #2D4EE7. Grayscale: #AAAAAA. Windows color (decimal): -2969320 or 1618386. OLE color: 1618386.

HSL color Cylindrical-coordinate representation of color #D2B118: hue angle of 49.35º 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 #D2B118 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 177 24 -
CMYK 0 0.16 0.89 0.18
HSL 49.35º 0.79% 0.46% -
HSV(B) 49.35º 0.89% 0.82% -
XYZ 42.47 45.21 7.35 -
YUV 169.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 210 177 24 0 0.16 0.89 0.18 49.35 0.79 0.46
Hex D2 B1 18 0 10 59 12 31 4F 2E
Octal 322 261 30 0 20 131 22 61 117 56
Binary 11010010 10110001 11000 0 10000 1011001 10010 110001 1001111 101110

Color Harmonies of #D2B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B118

Black with #D2B118

Text Example


Text Example

White with #D2B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B118; }

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

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

background-color css

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

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

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

border-color css

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

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

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