Html Css Color HEX #D6BA25 Sunflower

📋 copy color: '#D6BA25'

red 214 ◦ green 186 ◦ blue 37

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

Shades of Sunflower #D6BA25

Tints of Sunflower #D6BA25

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

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

R = 48.97%
G = 42.56%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6BA25 (or 0xD6BA25) is known color: Sunflower. HEX triplet: D6, BA and 25. RGB value is (214,186,37). Sum of RGB (Red+Green+Blue) = 214+186+37=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA25 is #2945DA. Grayscale: #B2B2B2. Windows color (decimal): -2704859 or 2472662. OLE color: 2472662.

HSL color Cylindrical-coordinate representation of color #D6BA25: hue angle of 50.51º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6BA25 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 37 -
CMYK 0 0.13 0.83 0.16
HSL 50.51º 0.71% 0.49% -
HSV(B) 50.51º 0.83% 0.84% -
XYZ 45.62 49.55 8.91 -
YUV 177.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 214 186 37 0 0.13 0.83 0.16 50.51 0.71 0.49
Hex D6 BA 25 0 D 53 10 33 47 31
Octal 326 272 45 0 15 123 20 63 107 61
Binary 11010110 10111010 100101 0 1101 1010011 10000 110011 1000111 110001

Color Harmonies of #D6BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA25

Black with #D6BA25

Text Example


Text Example

White with #D6BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA25; }

 p { color: rgb(214,186,37); }

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

background-color css

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

 a { background-color: rgb(214,186,37); }

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

border-color css

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

 span { border-color: rgb(214,186,37); }

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