Html Css Color HEX #D6BC27 Sunflower

📋 copy color: '#D6BC27'

red 214 ◦ green 188 ◦ blue 39

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

Shades of Sunflower #D6BC27

Tints of Sunflower #D6BC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 48.53%
G = 42.63%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6BC27 (or 0xD6BC27) is known color: Sunflower. HEX triplet: D6, BC and 27. RGB value is (214,188,39). Sum of RGB (Red+Green+Blue) = 214+188+39=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC27 is #2943D8. Grayscale: #B3B3B3. Windows color (decimal): -2704345 or 2604246. OLE color: 2604246.

HSL color Cylindrical-coordinate representation of color #D6BC27: hue angle of 51.09º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6BC27 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 39 -
CMYK 0 0.12 0.82 0.16
HSL 51.09º 0.69% 0.5% -
HSV(B) 51.09º 0.82% 0.84% -
XYZ 46.08 50.41 9.22 -
YUV 178.79 49.11 153.12 -
System Red Green Blue C M Y K H S L
Decimal 214 188 39 0 0.12 0.82 0.16 51.09 0.69 0.5
Hex D6 BC 27 0 C 52 10 33 45 32
Octal 326 274 47 0 14 122 20 63 105 62
Binary 11010110 10111100 100111 0 1100 1010010 10000 110011 1000101 110010

Color Harmonies of #D6BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC27

Black with #D6BC27

Text Example


Text Example

White with #D6BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC27; }

 p { color: rgb(214,188,39); }

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

background-color css

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

 a { background-color: rgb(214,188,39); }

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

border-color css

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

 span { border-color: rgb(214,188,39); }

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