Html Css Color HEX #D6BC23 Sunflower

📋 copy color: '#D6BC23'

red 214 ◦ green 188 ◦ blue 35

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

Shades of Sunflower #D6BC23

Tints of Sunflower #D6BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.01%

R = 48.97%
G = 43.02%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6BC23 (or 0xD6BC23) is known color: Sunflower. HEX triplet: D6, BC and 23. RGB value is (214,188,35). Sum of RGB (Red+Green+Blue) = 214+188+35=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC23 is #2943DC. Grayscale: #B2B2B2. Windows color (decimal): -2704349 or 2342102. OLE color: 2342102.

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

Color convert

RGB 214 188 35 -
CMYK 0 0.12 0.84 0.16
HSL 51.28º 0.72% 0.49% -
HSV(B) 51.28º 0.84% 0.84% -
XYZ 46.02 50.38 8.89 -
YUV 178.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 214 188 35 0 0.12 0.84 0.16 51.28 0.72 0.49
Hex D6 BC 23 0 C 54 10 33 48 31
Octal 326 274 43 0 14 124 20 63 110 61
Binary 11010110 10111100 100011 0 1100 1010100 10000 110011 1001000 110001

Color Harmonies of #D6BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC23

Black with #D6BC23

Text Example


Text Example

White with #D6BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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