Html Css Color HEX #D6B51C Sunflower

📋 copy color: '#D6B51C'

red 214 ◦ green 181 ◦ blue 28

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

Shades of Sunflower #D6B51C

Tints of Sunflower #D6B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 50.59%
G = 42.79%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6B51C (or 0xD6B51C) is known color: Sunflower. HEX triplet: D6, B5 and 1C. RGB value is (214,181,28). Sum of RGB (Red+Green+Blue) = 214+181+28=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B51C is #294AE3. Grayscale: #AEAEAE. Windows color (decimal): -2706148 or 1881558. OLE color: 1881558.

HSL color Cylindrical-coordinate representation of color #D6B51C: hue angle of 49.35º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6B51C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 28 -
CMYK 0 0.15 0.87 0.16
HSL 49.35º 0.77% 0.47% -
HSV(B) 49.35º 0.87% 0.84% -
XYZ 44.47 47.43 7.91 -
YUV 173.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 214 181 28 0 0.15 0.87 0.16 49.35 0.77 0.47
Hex D6 B5 1C 0 F 57 10 31 4D 2F
Octal 326 265 34 0 17 127 20 61 115 57
Binary 11010110 10110101 11100 0 1111 1010111 10000 110001 1001101 101111

Color Harmonies of #D6B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B51C

Black with #D6B51C

Text Example


Text Example

White with #D6B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B51C; }

 p { color: rgb(214,181,28); }

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

background-color css

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

 a { background-color: rgb(214,181,28); }

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

border-color css

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

 span { border-color: rgb(214,181,28); }

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