Html Css Color HEX #D2B825 Sunflower

📋 copy color: '#D2B825'

red 210 ◦ green 184 ◦ blue 37

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

Shades of Sunflower #D2B825

Tints of Sunflower #D2B825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 37 (14.84% from 255) = 8.58%

R = 48.72%
G = 42.69%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D2B825 (or 0xD2B825) is known color: Sunflower. HEX triplet: D2, B8 and 25. RGB value is (210,184,37). Sum of RGB (Red+Green+Blue) = 210+184+37=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B825 is #2D47DA. Grayscale: #AFAFAF. Windows color (decimal): -2967515 or 2472146. OLE color: 2472146.

HSL color Cylindrical-coordinate representation of color #D2B825: hue angle of 50.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2B825 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 184 37 -
CMYK 0 0.12 0.82 0.18
HSL 50.98º 0.7% 0.48% -
HSV(B) 50.98º 0.82% 0.82% -
XYZ 44.05 48.12 8.72 -
YUV 175.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 210 184 37 0 0.12 0.82 0.18 50.98 0.7 0.48
Hex D2 B8 25 0 C 52 12 33 46 30
Octal 322 270 45 0 14 122 22 63 106 60
Binary 11010010 10111000 100101 0 1100 1010010 10010 110011 1000110 110000

Color Harmonies of #D2B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B825

Black with #D2B825

Text Example


Text Example

White with #D2B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B825; }

 p { color: rgb(210,184,37); }

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

background-color css

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

 a { background-color: rgb(210,184,37); }

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

border-color css

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

 span { border-color: rgb(210,184,37); }

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