Html Css Color HEX #D6BA24 Sunflower

📋 copy color: '#D6BA24'

red 214 ◦ green 186 ◦ blue 36

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

Shades of Sunflower #D6BA24

Tints of Sunflower #D6BA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.26%

R = 49.08%
G = 42.66%
B = 8.26%

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

#D6BA24 (or 0xD6BA24) is known color: Sunflower. HEX triplet: D6, BA and 24. RGB value is (214,186,36). Sum of RGB (Red+Green+Blue) = 214+186+36=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA24 is #2945DB. Grayscale: #B1B1B1. Windows color (decimal): -2704860 or 2407126. OLE color: 2407126.

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

Color convert

RGB 214 186 36 -
CMYK 0 0.13 0.83 0.16
HSL 50.56º 0.71% 0.49% -
HSV(B) 50.56º 0.83% 0.84% -
XYZ 45.61 49.54 8.83 -
YUV 177.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 214 186 36 0 0.13 0.83 0.16 50.56 0.71 0.49
Hex D6 BA 24 0 D 53 10 33 47 31
Octal 326 272 44 0 15 123 20 63 107 61
Binary 11010110 10111010 100100 0 1101 1010011 10000 110011 1000111 110001

Color Harmonies of #D6BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA24

Black with #D6BA24

Text Example


Text Example

White with #D6BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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